linreg-class: A Reference Class for computing Linear Regression using OLS

Description Arguments Details Value Fields

Description

This class has a varied methods.

Arguments

formula

A Formula.

data

A Data frame.

Details

Package Description

Value

nothing

Fields

regco

to find regression coefficients

yf

for the fitted values

e

for residuals

dfreedom

for degrees of freedom

Sigma_square

for residual variance

Var_Beta

for Variance of regression coefficients

t_Beta

for t-values for each coefficient

pvalue

for p-values for each coefficient

parse

to parse the input data

stand_res

for standardised residuals for plot2

variance

for variance values


pedism/Lab4 documentation built on May 14, 2019, 12:10 p.m.