dot-calculate_profiles: Calculate profile likelihoods

.calculate_profilesR Documentation

Calculate profile likelihoods

Description

Calculate profile likelihoods

Usage

.calculate_profiles(result, data, family, fixed, fit, method, npoints, silent)

Arguments

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.

Value

List of profile likelihoods.


gkwreg documentation built on April 16, 2025, 1:10 a.m.