Extract parameter values out of the result of a maximum likelihood inference run
Source:R/secsse_prep.R
extract_par_vals.Rd
Extract parameter values out of the result of a maximum likelihood inference run
Arguments
- param_posit
initial parameter structure, consisting of a list with three entries:
lambda matrices
mus
Q matrix
In each entry, integers numbers (1-n) indicate the parameter to be optimized.
- ml_pars
resulting parameter estimates as returned by for instance
cla_secsse_ml()
, having the same structure asparam_post
.