coef.linreg: Linear regression coefficients

Description Usage Arguments Value

View source: R/linreg.R

Description

Uses the generic function coef() and gives a special output from the linreg class It returns a vector of coefficents from the linear regression model

Usage

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

Arguments

object

A object of class "linreg"

...

Other arguments.

Value

A vector of coefficients from the linear regression model


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