update_msel | R Documentation |
This function updates parameters of the model estimated via
msel
function.
update_msel(object, par)
object |
an object of class |
par |
a vector of parameters which substitutes |
It may be useful to apply this function to the bootstrap
estimates of bootstrap_msel
.
This function returns an object object
of class 'msel'
in which object$par
is substituted with par
. Also, par
is used to update the estimates i.e., object$coef
, object$cuts
and others.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.