View source: R/get_initial_values.R
get_initial_values | R Documentation |
This helper function generates a set of initial values for the numerical optimization of the model likelihood function.
get_initial_values(
data,
ncluster = 1,
seed = NULL,
verbose = TRUE,
initial_estimate = NULL
)
data |
An object of class |
ncluster |
Set the number of clusters for parallel optimization runs to reduce
optimization time.
By default, |
seed |
Set a seed for the generation of initial values. No seed by default. |
verbose |
Set to |
initial_estimate |
Optionally defines an initial estimate for the numerical likelihood optimization. Good initial estimates can improve the optimization process. Can be:
|
A list
, where each element is an object of class parUncon
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.