Update "mlwinfitMCMC" objects
# S4 method for mlwinfitMCMC
update(
object,
Formula.,
levID.,
estoptions.,
...,
keep.order = TRUE,
evaluate = TRUE
)either a new updated mlwinfitMCMC class object, or else an unevaluated expression for creating such an object.
a valid mlwinfitMCMC class object with an R function call component named call, the expression used to create itself.
changes to the formula. This is a two sided formula where "." is substituted for existing components in the Formula component of object$call.
changes to the specifications of level ID(s).
changes to the specifications of a list of options used for estimating the model.
additional arguments to the call, or arguments with changed values.
a logical value indicating whether the terms should keep their positions.
if TRUE (the default) the new call is evaluated;
otherwise the call is returned as an unevaluated expression.