Use TMB::tmbprofile
to compute the profile likelihood
of a calibrator produced using mp_tmb_calibrator
.
Arguments
- model
A TMB model probably produced using
mp_tmb_calibrator
.- param
The name of a fixed effect parameter set through the
par
argument of the call tomp_tmb_calibrator
used to createmodel
. You can find the names of these parameters after the model is created using themp_parameterization
function.- ...
Arguments to pass to
TMB::tmbprofile
.
Value
The output of TMB::tmbprofile
.