glmshow.display | R Documentation |
Show summary table of glm object(regression, logistic).
glmshow.display(glm.object, decimal = 2, pcut.univariate = NULL)
glm.object |
glm.object |
decimal |
digits, Default: 2 |
pcut.univariate |
pcut.univariate, Default: NULL |
DETAILS
table
glm
glmshow.display(glm(mpg ~ wt + qsec, data = mtcars))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.