print.summary.feglm: Print 'summary.feglm'

View source: R/generics.R

print.summary.feglmR Documentation

Print summary.feglm

Description

print.summary.feglm is a generic function which displays summary statistics from objects returned by summary.feglm.

Usage

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

Arguments

x

an object of class "summary.feglm".

digits

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

...

other arguments.

See Also

feglm


amrei-stammann/alpaca documentation built on Sept. 30, 2022, 6:59 a.m.