Description Usage Arguments Value References
View source: R/output.coxphout.R
This funtion organizes coxph.tree output into a format that can be used as an input for prune, plot_coxphtree, and mat.tvbeta.
1 | output.coxphout(coxout)
|
coxout |
output from |
output.coxphout returns a table with following columns.
Depth |
Depth value specified in the argument |
Block |
Time intervals present at each depth |
Node |
Unique number assigned to each block |
Left |
Node of a block that was divided into the left side in the next depth |
Right |
Node of a block that was divided into the right side in the next depth |
Score |
Modified score statistic of each node |
lkl |
Likelihood ratio value of each node |
Start |
Starting time of the node |
End |
Ending time of the node |
# of Cases |
Number of observations in each node |
# of Events |
Number of events in each node |
Xu, R. and Adak, S. (2002), Survival Analysis with Time-Varying Regression Effects Using a Tree-Based Approach. Biometrics, 58: 305-315.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.