confint.tmbprofile: Profile based confidence intervals.

confint.tmbprofileR 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.


TMB documentation built on Nov. 27, 2023, 5:12 p.m.

Related to confint.tmbprofile in TMB...