modelParams<-,S4Model,List_or_list_or_NULL-method {PDATK}R Documentation

Setter for the modelParams of an S4Model

Description

Setter for the modelParams of an S4Model

Usage

## S4 replacement method for signature 'S4Model,List_or_list_or_NULL'
modelParams(object) <- value

Arguments

object

An S4Model

value

A List- or list-like object containing the parameters for the model.

Details

This method if not intended for interactive use and will throw an warning when used interactively.

Value

None, modifies the object.


[Package PDATK version 1.0.2 Index]