Reset a RandomEffectsModel
object to its "default" state
rootResetRandomEffectsModel.Rd
Reset a RandomEffectsModel
object to its "default" state
Usage
rootResetRandomEffectsModel(
rfx_model,
alpha_init,
xi_init,
sigma_alpha_init,
sigma_xi_init,
sigma_xi_shape,
sigma_xi_scale
)
Arguments
- rfx_model
Object of type
RandomEffectsModel
.- alpha_init
Initial value of the "working parameter".
- xi_init
Initial value of the "group parameters".
- sigma_alpha_init
Initial value of the "working parameter" scale parameter.
- sigma_xi_init
Initial value of the "group parameters" scale parameter.
- sigma_xi_shape
Shape parameter for the inverse gamma variance model on the group parameters.
- sigma_xi_scale
Scale parameter for the inverse gamma variance model on the group parameters.