confint.blblm: confidence interval for the estimate of blblm objects

Description Usage Arguments Value Examples

View source: R/confint.R

Description

confidence interval for the estimate of blblm objects

Usage

1
2
## S3 method for class 'blblm'
confint(object, parm = NULL, level = 0.95, ...)

Arguments

object

blblm object

parm

label of blblm object formula

level

significance level

...

extra conditions

Value

confidence interval of the estimate of blblm object

Examples

1
confint(blblm(mpg ~ wt * hp, data = mtcars, m = 3, B = 100), c("wt", "hp"))

McChickenNuggets/blblm documentation built on March 22, 2021, 1:45 p.m.