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

View source: R/glmshow.R

glmshow.displayR Documentation

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

Details

DETAILS

Value

table

See Also

glm

Examples

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

jstable documentation built on June 22, 2024, 9:17 a.m.