my_lm | R Documentation |
my_lm is used to fit linear models.
my_lm(formula, data)
formula |
A class object |
data |
A set of data |
A dataframe of summary with rows for each coefficient and columns for the Estimate, Std. Error, t value, and Pr(>|t|).
my_lm(mpg ~ hp + wt, mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.