linreg-class: A class for linear regression with many methods for...

Description Fields

Description

A class for linear regression with many methods for corresponding values calculations

Fields

y

vector The orginial labels of observations in data

X

matrix The features of all observations in data

beta

vector The coefficients in the sample

y_hat

matrix The estimated labels

e_hat

matrix The standard errors between orginial and estimated labels

df

numeric The degree of freedom of data

var_resid

numeric The residual variance

var_hat

matrix The variance of the regression coefficients

t_val

vector The t-values for each coefficient

p_val

vector The p-values for each coefficient

formula

character The formula used in the model

data

data.frame The sample data


quartermaine/lab4 documentation built on May 9, 2019, 5:59 a.m.