The package creates a new class called "Linreg".It consists in an alternative implemantation of the linear regression algorithm.
X
:matrix containing all the data.
Y
:vector containing response variable.
reg_coe
vector: Estimation of the regression coefficients.
fit_val
vector: Estimation of the Y values.
resid_e
vector:Estimation of the error variable.
n
numeric :Number of data.
p
numeric Number of variables.
df
numeric:Degrees of freedom.
resid_var
numeric:Estimates of the variance of the error variable.
var_beta
matrix:Estimates the variability of the beta coefficients.
t_val
vector:T-values for significance of coefficients.
formula:Linear
regression formula .
data:
Recieved data from user.
dname:Data
name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.