Description Usage Arguments Details Value Author(s)
For objects of class "bsw"
, confint()
estimates confidence intervals of the estimated model parameters of bsw()
.
1 2 | ## S4 method for signature 'bsw'
confint(object, parm, level = 0.95, method = "wald", R = 1000L)
|
object |
An object of class |
parm |
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. |
level |
A numeric value that indicates the level of confidence. |
method |
A character giving the estimation method of the confidence intervals ( |
R |
A positive integer giving the number of bootstrap replicates. |
confint
provides Wald (default) and bias-corrected accelerated bootstrap confidence intervals of the estimated model parameters of bsw()
.
A matrix with columns giving the lower and upper confidence limits of each estimated model parameter.
Adam Bekhit, Jakob Schöpe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.