ncluster: Set the number of clusters for parallel optimization runs to reduce optimization time. By default, ncluster = 1 (no clustering).
seed: Set a seed for the generation of initial values. No seed by default.
verbose: Set to TRUE to print progress messages.
initial_estimate: Optionally defines an initial estimate for the numerical likelihood optimization. Good initial estimates can improve the optimization process. Can be:
NULL (the default), in this case
applies a heuristic to calculate a good initial estimate
or uses the true parameter values (if available and data$controls$origin is TRUE)
or an object of class parUncon (i.e., a numeric of unconstrained model parameters), for example the estimate of a previously fitted model (i.e. the element model$estimate).
Returns
A list, where each element is an object of class parUncon.