print.survivalPLANN {survivalPLANN} | R Documentation |
This function prints a description of the neural network using the PLANN method.
## S3 method for class 'survivalPLANN'
print(x, ...)
x |
The result of a survivalPLANN fit. |
... |
Further arguments passed to or from other methods. |
No return value for this S3 method.
Biganzoli E, Boracchi P, Mariani L, and et al. Feed forward neural networks for the analysis of censored survival data: a partial logistic regression approach. Stat Med, 17:1169-86, 1998.
data(dataK)
splann <- survivalPLANN(Surv(time, event) ~ sex + stade + delay, data=dataK, inter=365,
size=32, decay=0.01, maxit=100, MaxNWts=10000)
print(splann)