Learn R Programming

jstable (version 0.9.2)

glmshow.display: glmshow.display: Show summary table of glm object.

Description

Show summary table of glm object(regression, logistic).

Usage

glmshow.display(glm.object, decimal = 2)

Arguments

glm.object

glm.object

decimal

digits, Default: 2

Value

table

Details

DETAILS

See Also

glm

Examples

Run this code
# NOT RUN {
 glmshow.display(glm(mpg ~ wt + qsec, data = mtcars))
# }

Run the code above in your browser using DataLab