update_em2 | R Documentation |
This function carries out the EM estimation of RMFD model by iterating between
E and M step (smoothed_moments8
and max_step
, resp.) until convergence
update_em2(
params_deep_init,
sigma_init,
data_wide,
tmpl_ss,
MAXIT = 100,
VERBOSE = FALSE,
conv_crit = 0.01
)
params_deep_init |
initial system and idiosyncratic variance parameter values |
sigma_init |
initial value of the |
data_wide |
|
tmpl_ss |
|
MAXIT |
integer denoting maximum number of iterations |
VERBOSE |
boolean, print estimation progress? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.