Description Usage Arguments Examples
This function produces summary tables for simple linear regressions by extracting the relevent information from a regression object created with the lm function.
1 | slrsummary(x)
|
x |
A simple linear regressions by extracting the relevent information from a regression object created with the lm function. |
1 2 3 4 5 | ## Not run:
model.lm <- lm(depvar ~ indepvar, data = data)
slrsummary(model.lm)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.