Learn R Programming

unmarked (version 0.8-5)

confint-methods: Methods for Function confint in Package `unmarked'

Description

Methods for function confint in Package `unmarked'

Usage

## S3 method for class 'unmarkedBackTrans':
confint(object, parm, level)
## S3 method for class 'unmarkedEstimate':
confint(object, parm, level)
## S3 method for class 'unmarkedLinComb':
confint(object, parm, level)
## S3 method for class 'unmarkedFit':
confint(object, parm, level, type, method)

Arguments

object
Object of appropriate S4 class
parm
Name of parameter(s) of interest
level
Level of confidence
type
Either "state" or "det"
method
Either "normal" or "profile"

Value

  • A vector of lower and upper confidence intervals. These are asymtotic unless method='profile' is used on unmarkedFit objects in which case they are profile likelihood intervals.

See Also

unmarkedFit-class