R Documentation |
print is used to provide a short summary of outputs from "deepAFT".
## S3 method for class 'deepAFT'
print(x, ...)
## S3 method for class 'summary.deepAFT'
print(x, ...)
## S3 method for class 'deepAFT'
summary(object, ...)
x |
a class returned from deepAFT model fit |
... |
other options used in print() |
object |
a class of deepAFT object |
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 residules for the fitted model.
The default method, print.default has its own help page. Use methods("print") to get all the methods for the print generic.
An object of class "summary.deepAFT" is returned. The object contains the following list components:
location |
location parameter exp(mu), to predice the mean value of survival time. |
sfit |
survfit object of the baselie survival function of T0=T/exp(mu). |
cindex |
Concordance index of the fitted deepAFT model. |
resid |
martingle residuals of the fitted deepAFT model. |
method |
the model used to fit the deepAFT model. |
Bingshu E. Chen
The default method for print print.default
. Other methods include
survreg
,
deepAFT
,
summary
#
# print(fit)
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.