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

Description Usage Arguments Value See Also

Description

Methods for function confint in Package ‘unmarked’

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'unmarkedBackTrans'
confint(object, parm, level)
## S4 method for signature 'unmarkedEstimate'
confint(object, parm, level)
## S4 method for signature 'unmarkedLinComb'
confint(object, parm, level)
## S4 method for signature '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


ianfiske/unmarked documentation built on May 18, 2019, 1:28 a.m.