Description Usage Arguments Value Examples
This function fits a linear model to input data.
1 |
formula |
Numeric input of a formula of the response variable and explainary variable |
data |
Numeric dataframe containing the data that is used in |
Table object containing estimated coefficients, standard error, t value, and p value
1 | my_lm(lifeExp~gdpPercap+continent, my_gapminder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.