coef.blblm: Get coefficient of objects from fitted model

Description Usage Arguments Value Examples

View source: R/coef.R

Description

Get coefficient of objects from fitted model

Usage

1
2
## S3 method for class 'blblm'
coef(object, ...)

Arguments

object

fit object

...

extra conditions

Value

coefficient of fit objects

Examples

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

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