update.ipriorMod {iprior} | R Documentation |
Update an I-prior model
Description
Update an I-prior model
Usage
## S3 method for class 'ipriorMod'
update(object, method = NULL, control = list(), iter.update = 100, ...)
Arguments
object |
An |
method |
An optional method. See here for details. |
control |
An optional list of controls for the estimation procedure. See here for details. |
iter.update |
The number of additional iterations to update the I-prior model. |
... |
Not used. |
[Package iprior version 0.7.4 Index]