View source: R/formula.gamcox.R
| formula.gamcox | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.