sigma.blblm: Calculate the sigma value from fit

Description Usage Arguments Value Examples

View source: R/sigma.R

Description

Calculate the sigma value from fit

Usage

1
2
## S3 method for class 'blblm'
sigma(object, confidence = FALSE, level = 0.95, ...)

Arguments

object

fit object

confidence

boolean value to specify whether to have confidence interval

level

significance level

...

extra conditions

Value

sigma value of object

Examples

1
2
sigma(blblm(mpg ~ wt * hp, data = mtcars, m = 3, B = 100))
sigma(blblm(mpg ~ wt * hp, data = mtcars, m = 3, B = 100), confidence = TRUE)

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