print.linreg: Print information from a linreg object

Description Usage Arguments Value Examples

View source: R/print.R

Description

print prints the formula and the coefficients from a linreg object.

Usage

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

Arguments

x

A linreg object.

...

Further arguments passed to or from other methods.

Value

Prints the formula and the coefficients.

Examples

1
print(linreg(Petal.Length ~ Species, iris))

Sidryd/lab4sidjac documentation built on Oct. 17, 2020, 11:05 p.m.