Does several checks of the model parameters. Besides those by check_primary_pars, it checks that corr_matrix is square, that pars and corr_matrix have compatible dimensions, and that pars has the correct names.
check_stochastic_pars(model_name, pars, corr_matrix)
Character describing the primary growth model.
A tibble describing the parameter uncertainty (see details).
Correlation matrix of the model parameters. Defined in the
same order as in pars
. An identity matrix by default
(uncorrelated parameters).