Description Usage Arguments Examples
This function produces summary tables for fixed-effects multiple linear regressions by extracting the relevent information from a glm and an lm object.
1 | mlinrsummary(mlr, glm, ia = T)
|
mlr |
A lm object created with the "lm" function. |
glm |
A glm object of family "gaussian" created with the "glm" function.. |
ia |
If ia = T (default) the table will show all columns of the summary table. |
1 2 3 4 | ## Not run:
Example code will come later!
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.