Description Usage Arguments Value Examples
Used to fit linear models.
1 |
formula |
a symbolic description of the model to be fitted |
data |
a data frame containing the variables in the model |
a list containing following components:
formula
: the symbolic description of the model
Coefficients
: the estimated coefficients for each predictor
s.e
: the standard error of coefficient estimates
Cov_beta
: the variance-covariance matrix of estimated coefficients
t_value
: the t statistics of each coefficient
p_value
: the p value of corresponding coefficients' t test
sigma_hat
: the square root of MSE
R2
: R square
F_statistics
: the F statistics for the full model
fitted_values
: the fitted mean values
residuals
: the residuals, observed values mins fitted
X
: the model matrix used
Y
: the response used
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.