print.Glm: print.glm

View source: R/Glm.r

print.GlmR Documentation

print.glm

Description

Print a 'Glm' Object

Usage

## S3 method for class 'Glm'
print(x, digits = 4, coefs = TRUE, title = "General Linear Model", ...)

Arguments

x

'Glm' object

digits

number of significant digits to print

coefs

specify 'coefs=FALSE' to suppress printing the table of model coefficients, standard errors, etc. Specify 'coefs=n' to print only the first 'n' regression coefficients in the model.

title

a character string title to be passed to 'prModFit'

...

ignored

Details

Prints a 'Glm' object, optionally in LaTeX or html

Author(s)

Frank Harrell


harrelfe/rms documentation built on March 19, 2024, 3:27 a.m.