Description Usage Arguments Value Examples
This function fits a linear model of data in R.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
formula |
Formula class object that |
data |
Input data frame for |
Table with rows for each coefficient, including "Intercept", and columns for "Estimate", "Std. Error", "t value", and "Pr(>|t|):.
1 | my_lm(formula = lifeExp ~ gdpPercap + continent, data = my_gapminder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.