Description Usage Arguments Value Examples
This function performs linear regression on given data
1 |
formula |
Formula used for regression |
data |
A dataset used for regression |
The estimate, the standard error, the t value, and Pr(>|t|) for each coefficient including the intercept
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.