Learn R Programming

jstable (version 1.3.8)

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)

Value

table

Arguments

glm.object

glm.object

decimal

digits, Default: 2

Details

DETAILS

See Also

Examples

Run this code
glmshow.display(glm(mpg ~ wt + qsec, data = mtcars))

Run the code above in your browser using DataLab