Description Usage Arguments Value Examples
This function conducts a linear model function on the given formula and data
1 |
formula |
formula for the linear model (ie: lifeExp ~ gdpPercap + pop) |
data |
data frame the formula is based on |
table with rows for each coefficient and columns for the Estimate, Std. Error, t value, and Pr(>|t|)
1 | my_lm(lifeExp ~ gdpPercap + continent, data = my_gapminder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.