print.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
summary.gcmrec
, gcmrec
data(lymphoma)
mod<-gcmrec(Survr(id,time,event)~as.factor(distrib),data=lymphoma,s=1000)
print(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.