Learn R Programming

gldrm (version 1.6)

print.gldrm: Print summary of gldrm fit

Description

Prints fitted coefficients and standard errors, along with a likelihood ratio test against the null model.

Usage

# S3 method for gldrm
print(x, digits = 3, ...)

Arguments

x

S3 object of class "gldrm", returned from the gldrm function.

digits

Number of digits for rounding.

...

Unused. Additional arguments for print method.