Control Parameters for slca Estimation
slcaControl(
em.iterlim = 5000,
em.tol = 1e-08,
nlm.iterlim = 1000,
nlm.tol = 1e-10,
init.param = NULL,
nrep = 1,
test.iter = 500,
na.rm = FALSE,
verbose = FALSE
)
a list
with control parameters for slca estimation.
an integer specifying maximum number of iterations allowed for EM algorithm. Default is 5000.
a numeric value setting tolerance for the convergence of EM algorithm. Default is 1e-8.
an integer specifying maximum number of iterations allowed for estimation with nlm
function. Default is 1000.
a numeric value setting tolerance for the convergence of nlm
function. Default is 1e-10.
initial parameters.
number of trials. Default is 1.
an integer specifying maximum number of iterations allowed for testing parameters. Default is 500
a logical value indicating whether to remove observations including missing values (NA)
a logical value indicating whether to display progress updates during the estimation process
slca