summary.linreg: Summary of the linreg class

Description Usage Arguments Value

View source: R/linreg.R

Description

Using the generic function summary it gives a summary of the "linreg" class mimicking the ouput given by using the function summary() on a object of the class "lm".

Usage

1
2
## S3 method for class 'linreg'
summary(object, ...)

Arguments

object

A object of the class "linreg"

...

Other arguments.

Value

Prints the output of the class "linreg" it prints a structured and summarized view of the: Formula Coefficients of the variables standard deviation of the coefficients t-values p-values degrees of freedom


CharlesTGurra/lab4RT documentation built on Sept. 25, 2020, 8:49 a.m.