View source: R/tmb_helper_funs.R
rmvnorm_prec | R Documentation |
simulates parameters from the joint precision matrix derived from a TMB objects
rmvnorm_prec(mu, prec, n.sims, random_seed)
mu |
vector of MLE both fixed and random effect parameters |
prec |
precision matrix, derived from sdreport(obj, getJointPrecision = T) |
n.sims |
integer number of simulations |
random_seed |
integer seed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.