confint.tmbprofile {TMB}R Documentation

Profile based confidence intervals.

Description

Calculate confidence interval from a likelihood profile.

Usage

## S3 method for class 'tmbprofile'
confint(object, parm, level = 0.95, ...)

Arguments

object

Output from tmbprofile.

parm

Not used

level

Confidence level.

...

Not used

Value

Lower and upper limit as a matrix.


[Package TMB version 1.9.11 Index]