Description Usage Arguments Value Examples
To create a functiona and this function fits a linear model in R.
1 |
f |
a |
data |
input data frame. |
A table
similar to summary() :
with rows for each coefficient and columns for the
Estimate
, Std. Error
, t value
,
and Pr(>|t|)
.
1 | my_lm(lifeExp ~ gdpPercap, my_gapminder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.