View source: R/predict_stochastic_growth.R
check_stochastic_pars | R Documentation |
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)
model_name |
Character describing the primary growth model. |
pars |
A tibble describing the parameter uncertainty (see details). |
corr_matrix |
Correlation matrix of the model parameters. Defined in the
same order as in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.