confint.sar {chainbinomial} | R Documentation |
Confidence intervals for sar Object.
Description
Confidence intervals for sar Object.
Usage
## S3 method for class 'sar'
confint(object, parm = NULL, level = 0.95, method = "chisq", ...)
Arguments
object |
a cbmod object. |
parm |
Character or number of which coefficient ot compute confidence intervals for. By default intervals are computed for all coefficients. |
level |
Default is 0.95, for 95% confidence intervals. |
method |
Either 'chisq'(default) or 'normal'. |
... |
other arguments. Ignored. |
Value
A numeric of length 2 with the lower and upper end of the confidence interval.
[Package chainbinomial version 0.1.5 Index]