View source: R/summary.gamcox.R
summary.gamcox | R Documentation |
gamcox
Object
This function summarizes information about a gamcox object produced by gamcox
.
## S3 method for class 'gamcox'
summary(object,...)
object |
a |
... |
. |
Lu Bai
Send bug reports to sbartell@uci.edu.
modgam
gamcox
,
predict.gamcox
.
data(CAdata)
fit <- gamcox(Surv(time,event)~lo(X,Y)+AGE+INS,data=CAdata, span = 0.2)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.