Learn R Programming

survivalPLANN (version 0.4)

print.sPLANN: 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 sPLANN
print(x, ...)

Value

No return value for this S3 method.

Arguments

x

The result of a sPLANN fit.

...

Further arguments passed to or from other methods.

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

Run this code
data(dataK)

splann <- sPLANN(Surv(time, event) ~ sex + stade + delay, data=dataK, inter=365.241, 
                          size=32, decay=0.01, maxit=100, MaxNWts=10000)

print(splann)

Run the code above in your browser using DataLab