Calculate profile likelihoods
.calculate_profiles(result, data, family, fixed, fit, method, npoints, silent)
List of profile likelihoods.
Fit result from TMB or Newton-Raphson.
Numeric vector with values in the (0, 1) interval.
Character string specifying the distribution family.
List of parameters to be held fixed.
Estimation method: "tmb" or "nr".
Optimization method (for TMB): "nlminb" or "optim".
Number of points in profile.
Logical; if TRUE, suppresses messages.