print.gcmrec {gcmrec} | R Documentation |
Prints a short summary of 'gcmrec' object
## S3 method for class 'gcmrec': print(x, digits = max(options()$digits - 4, 3), ...)
x |
the result of a call to the gcmrec function |
digits |
number of digits to print |
... |
other unusued arguments |
x, with the invisible flag set
data(lymphoma) mod<-gcmrec(Survr(id,time,event)~as.factor(distrib),data=lymphoma,s=1000) print(mod)