print.LinReg: Print for linreg class

Description Usage Arguments Value Examples

Description

Print for linreg class

Usage

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

Arguments

x

a linreg class object

...

optional arguments to pass to generic

Value

A print for the linreg class

Examples

1
2
3
data(mtcars)
model <- linreg(mpg~wt+cyl, mtcars, QR = FALSE)
print(model)

hankOlofs/linreg documentation built on Nov. 2, 2020, 11:25 a.m.