Description Usage Arguments Value Examples
This function applies the linear regression
1 |
formula |
A R formula indicating |
data |
Dataframe that includes the data the user wants to apply regression to |
Table of coefficient estimate, coefficient standard error, coefficient t-value, coefficient 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.