print.gcmrec {gcmrec}R 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)


[Package gcmrec version 1.0-3 Index]