print.blblm: Print the formula of blblm object

Description Usage Arguments Value Examples

View source: R/print.R

Description

Print the formula of blblm object

Usage

1
2
## S3 method for class 'blblm'
print(x, ...)

Arguments

x

blblm object

...

extra conditions

Value

formula of blblm object x

Examples

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

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