Methods for function confint
in Package `unmarked'
# S4 method for unmarkedBackTrans
confint(object, parm, level)
# S4 method for unmarkedEstimate
confint(object, parm, level)
# S4 method for unmarkedLinComb
confint(object, parm, level)
# S4 method for unmarkedFit
confint(object, parm, level, type, method)
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.
Object of appropriate S4 class
Name of parameter(s) of interest
Level of confidence
Either "state" or "det"
Either "normal" or "profile"
unmarkedFit-class