formula.gamcox {MapGAM} | R Documentation |
gamcox
Object
This function provides the formula of a gamcox object produced by gamcox
.
## S3 method for class 'gamcox'
formula(x,...)
x |
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)
formula(fit)