confint-methods | R Documentation |
Methods for function confint
in Package ‘unmarked’
## 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)
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" |
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.
unmarkedFit-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.