Description Usage Arguments Value Examples
Summary statistics for Linear Models
1 | glm_summary(object, ..., print = TRUE)
|
object |
svyglm result object. |
... |
Any further parameters. |
print |
Logical, if summary table should be printed. |
Dataframe with summary staistics
1 2 | glm_summary(mitools::MIcombine(results$deu)) # Results for German dataset
glm_summary(mitools::MIcombine(results[[2]])) # Results for second dataset
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.