print.feglm: Print 'feglm'

View source: R/generics.R

print.feglmR Documentation

Print feglm

Description

print.feglm is a generic function which displays some minimal information from objects returned by feglm.

Usage

## S3 method for class 'feglm'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of class "feglm".

digits

unsigned integer indicating the number of decimal places. Default is max(3L, getOption("digits") - 3L).

...

other arguments.

See Also

feglm


alpaca documentation built on Aug. 10, 2022, 5:08 p.m.