Learn R Programming

eha (version 2.4-5)

print.glmmML: Prints a 'glmmML' object.

Description

A glmmML object is the output of glmmML.

Usage

# S3 method for glmmML
print(x, digits = max(3, getOption("digits") - 3), na.print = "", ...)

Arguments

x
The glmmML object
digits
Number of printed digits.
na.print
How to print NAs
Additional parameters, which are ignored.

Value

A short summary of the object is printed.

Details

Nothing in particular.

See Also

glmmML