bsw()
For objects of class "bsw"
, confint()
estimates confidence intervals of the estimated model parameters of bsw()
.
# S4 method for bsw
confint(object, parm, level = 0.95, method = "wald", R = 1000L)
An object of class "bsw"
.
A specification of which model parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all model parameters are considered.
A numeric value that indicates the level of confidence.
A character giving the estimation method of the confidence intervals ("bca"
or "wald"
).
A positive integer giving the number of bootstrap replicates.
A matrix with columns giving the lower and upper confidence limits of each estimated model parameter.
confint
provides Wald (default) and bias-corrected accelerated bootstrap confidence intervals of the estimated model parameters of bsw()
.