Description Usage Arguments Value Examples
This function fits a linear model.
1 |
formula |
A formula class object, similar to |
data |
Input data frame. |
A table similar to the coefficent table from summary() with
rows for each coefficient (including the Intercept) and columns for the
estimate, standard error, t value, and Pr(>|t|)
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.