summary.linreg: Return summary of a linreg object

Description Usage Arguments Value Examples

View source: R/summary.R

Description

summary for class "linreg".

Usage

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

Arguments

object

A linreg object.

...

Further arguments passed to or from other methods.

Value

Returns a summary for each variable in the linreg object that includes Estimate,Std.Error, t.value and p.value together with significance codes. Also returns the Residual standard error and Degrees of freedom for the linreg object.

Examples

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

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