print is used to provide a short summary of outputs from deepAFT, deepSurv, deepGLM, and dNNmodel.
# S3 method for deepAFT
print(x, ...)
# S3 method for summary.deepAFT
print(x, ...)
# S3 method for deepAFT
summary(object, ...)# S3 method for dNNmodel
print(x, ...)
# S3 method for dNNmodel
summary(object, ...)
An object of class "summary.deepAFT" is returned. The object contains the following list components:
location parameter exp(mu), to predice the mean value of survival time.
survfit object of the baselie survival function of T0=T/exp(mu).
Concordance index of the fitted deepAFT model.
martingle residuals of the fitted deepAFT model.
the model used to fit the deepAFT model.
a class returned from deepAFT, deepSurv, deepGLM model fit or a dNNmodel
a class of deepAFT object
other options used in print()
Bingshu E. Chen
print.deepAFT is called to print object or summary of object from the deep learning AFT models deepAFT.
summary(fit) provides detail summary of `deepAFT' model fit, including predictors,
baseline survival function for T0=T/exp(mu), and martingale residuals for the fitted model.
print.dNNmodel is called to print object or summary of object from the dNNmodel.
The default method, print.default has its own help page. Use methods("print") to get all the methods for the print generic.
The default method for print print.default. Other methods include
survreg,
deepAFT,
summary