print.pseudoglm {eventglm}R Documentation

Print method for pseudoglm

Description

Print method for pseudoglm

Usage

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

Arguments

x

A pseudoglm object, as returned by cumincglm or rmeanglm

digits

Number of significant digits

...

Not used

Value

x, invisibly


[Package eventglm version 1.2.2 Index]