print.survivalPLANN {survivalPLANN}R Documentation

Print Method for a Neural Network Based on the PLANN Method

Description

This function prints a description of the neural network using the PLANN method.

Usage

## S3 method for class 'survivalPLANN'
print(x, ...)

Arguments

x

The result of a survivalPLANN fit.

...

Further arguments passed to or from other methods.

Value

No return value for this S3 method.

References

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.

Examples

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)

[Package survivalPLANN version 0.1 Index]