print.gamcox {MapGAM} | R Documentation |
Print the gamcox
Object
Description
This function displays information about a gamcox object produced by gamcox
.
Usage
## S3 method for class 'gamcox'
print(x,...)
Arguments
x |
a |
... |
. |
Author(s)
Lu Bai
Send bug reports to sbartell@uci.edu.
See Also
modgam
gamcox
,
predict.gamcox
.
Examples
data(CAdata)
fit <- gamcox(Surv(time,event)~lo(X,Y)+AGE+INS,data=CAdata, span = 0.2)
print(fit)
[Package MapGAM version 1.3 Index]