print.linreg: Print out the estimated coeffiencts

Description Usage Arguments Value Examples

View source: R/print.R

Description

Estimated coeffiencts from an x of class "linreg".

Usage

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

Arguments

x

An object of Class "linreg", generated by a call to linreg.

...

additional arguments.

Value

A list of estimated coeffiencts.

Examples

1
2
linreg_obj <- linreg(Petal.Length~Species, datasets::iris)
print(linreg_obj)

hugkn566/Lab4HugoOtto documentation built on Oct. 20, 2020, 2:17 p.m.