Description Usage Arguments Value Examples
This function does linear regression according to formula and data.
1 |
formula |
Formula object input used to fit |
data |
Numeric data frame to be fitted by |
A table of linear model parameter of formula
based on,
data
, includes Estimate
, Std. 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.