linreg-class: Linear Regression Reference Class

Description Fields

Description

Definition of the Reference Class linreg for the linear regression model in Lab 4.

Fields

formula

formula for building the model

data

dataset that contains feature and target values

beta

values of the model's coefficients

predictions

values of the dependent variable predicted by the model

residuals

values of the residuals

df

degrees of freedom

res_var

variance of the residuals

beta_var

variance of the regression coefficients

t_value

t-values for each coefficient

p_value

p-values for each coefficient


PatricksRaspberryPi/linreg documentation built on Dec. 18, 2021, 6:42 a.m.