Definition of the Reference Class linreg for the linear regression model in Lab 4.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.