Description of Model Parameterization
Usage
mp_parameterization(model, types = c("fixed", "random"))
Arguments
- model
Parameterized model, probably produced using
mp_tmb_calibrator
.- types
Vector indicating what kinds of parameters should be included,
"fixed"
for fixed-effect-type parameters and"random"
for random-effect-type.