.calculate_profiles | R Documentation |
Calculate profile likelihoods
.calculate_profiles(result, data, family, fixed, fit, method, npoints, silent)
result |
Fit result from TMB or Newton-Raphson. |
data |
Numeric vector with values in the (0, 1) interval. |
family |
Character string specifying the distribution family. |
fixed |
List of parameters to be held fixed. |
fit |
Estimation method: "tmb" or "nr". |
method |
Optimization method (for TMB): "nlminb" or "optim". |
npoints |
Number of points in profile. |
silent |
Logical; if TRUE, suppresses messages. |
List of profile likelihoods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.