Description Usage Arguments Value Examples
Calculates profile likelihoods for APAM for individual data components.
1 | make.profile(mfits, delta_M = NULL)
|
mfits |
object returned from |
delta_M |
(optional) vector, to manually set range of M perturbations. Default |
Returns marginal profile for age composition data and remainder/conditional for surveys and landings data. Additionally, components from the joint negative log-likelihood are also returned.
$conditional
conditional profile likelihoods for surveys and landings data
$remainder
remainder profile likelihoods for surveys and landings data
$marginal
marginal profile likelihoods for age composition data
$conditional_dev
conditional profile likelihood deviations for surveys and landings data
$remainder_dev
remainder profile likelihood deviations for surveys and landings data
$marginal_dev
marginal profile likelihood deviationsfor age composition data
$joint
joint profile likelihoods for all data components
$joint_dev
joint profile likelihood deviations for all data components
$conv_fit
returns max inner and outer gradients for M perturbed model fit and convergence message from optimization
$no.gr2
returns perturbation number and error message if error is returned during netwon steps
1 2 3 4 | ## Not run:
profile <- make.profile(mfits)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.