Description Usage Arguments Value Examples
This function performs a linear model fit for the input data with a formula.
1 |
formula |
Formula class object to be used to determine the symbolic description of the model to be fitted. |
data |
Input data frame that is used to perform the linear model fit. |
Table with rows for each coefficient and columns for the Estimate,
Std.Error, t value, and Pr(>|t|) that are calculated by perform linear model
fit by using the data data
and relation determined by formula
.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.