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

print.gcmrecR Documentation

Print a Short Summary of parameter estimates of a general class of models for reccurrent event data

Description

Prints a short summary of 'gcmrec' object

Usage

## 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


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



isglobal-brge/gcmrec documentation built on April 24, 2024, 6:11 a.m.