Description Usage Arguments Value Examples
This function does the linear regression depend on the input formula and data and return a table as result.
1 |
formula |
Formula class object input shows the relationship between independ and depend variable. |
data |
Data frame input contains the variables in the model. |
A table includes Estimate, a column of Estimate Coefficients;
Std. Error, a column of Residual Standard Error; t value, a
column of Estimate divided by Std.Error; and p value,
a column of P-values corresponding to t value in the T distribution.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.