Skip to contents

Use TMB::tmbprofile to compute the profile likelihood of a calibrator produced using mp_tmb_calibrator.

Usage

mp_tmb_profile(model, param, ...)

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 to mp_tmb_calibrator used to create model. You can find the names of these parameters after the model is created using the mp_parameterization function.

...

Arguments to pass to TMB::tmbprofile.

Value

The output of TMB::tmbprofile.