update,mlwinfitMCMC-method | R Documentation |
Update "mlwinfitMCMC" objects
## S4 method for signature 'mlwinfitMCMC'
update(
object,
Formula.,
levID.,
estoptions.,
...,
keep.order = TRUE,
evaluate = TRUE
)
object |
a valid |
Formula. |
changes to the formula. This is a two sided formula where "." is substituted for existing components in the |
levID. |
changes to the specifications of level ID(s). |
estoptions. |
changes to the specifications of a list of options used for estimating the model. |
... |
additional arguments to the call, or arguments with changed values. |
keep.order |
a logical value indicating whether the terms should keep their positions. |
evaluate |
if |
either a new updated mlwinfitMCMC
class object, or else an unevaluated expression for creating such an object.
update-methods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.