printgcmrec: Print a Short Summary of parameter estimates of a general...

Description Usage Arguments Value See Also Examples

Description

Prints a short summary of 'gcmrec' object

Usage

1
2
## S3 method for class 'gcmrec'
print(x, digits = max(options()$digits - 4, 3), ...)

Arguments

x

the result of a call to the gcmrec function

digits

number of digits to print

...

other unusued arguments

Value

x, with the invisible flag set

See Also

summary.gcmrec, gcmrec

Examples

1
2
3
data(lymphoma)
mod<-gcmrec(Survr(id,time,event)~as.factor(distrib),data=lymphoma,s=1000)
print(mod)

isglobal-brge/gcmrec documentation built on May 18, 2019, 5:50 a.m.