print.info.glm: Print an "info.glm" Object

View source: R/print.info.glm.R

print.info.glmR Documentation

Print an "info.glm" Object

Description

print method for class "info.glm".

Usage

## S3 method for class 'info.glm'
print(x, digits = 4, ...)

Arguments

x

an object of class "info.glm" produced by the "info.glm" function.

digits

number of significant digits to print.

...

parameters passed to print.

Examples

fit <- glm(caesarian ~ age + bp + delivery.time, family = binomial, data = caesarian)
sfit <- info(fit)
print(sfit, digits=5)

Rkabacoff/qacReg documentation built on Aug. 1, 2022, 11:11 p.m.