Description Usage Arguments Value Examples
This function fits the given data to the given linear model formula.
1 |
formula |
A formula class object based on variables from |
data |
A data frame object that will be used to fit the model. |
A table of numeric values representing estimated values, standard
errors, t-test statistics, and two-sided p-values for all coefficients
given in formula
.
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.