Description Usage Arguments Value Examples
This function fits a linear model.
1 | my_lm(my_fml, my_data)
|
my_fml |
'formula' class object. |
my_data |
Input data frame. |
A table of coeffiencts for the linear regression, which contains 'Estimate', 'Std. Error', 't value', and 'Pr(>|t|)'.
1 2 | data(my_gapminder)
my_lm(my_fml = pop ~ gdpPercap, my_data = my_gapminder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.