Description Usage Arguments Value Examples
This function fits a linear model using the data.
1 | my_lm(lm_form, lm_data)
|
lm_form |
Formula used to fit model. |
lm_data |
Numeric data used to fit model. |
List with values:
Estimate
- Numeric coefficient of gitted model,
Std. Error
- Numeric standard error of coefficient,
t value
- Numeric test-statistic of coefficient,
Pr(>|t|)
- Numeric p-value of coefficient.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.