Description Usage Arguments Details Value Examples
List out all the possible variables. The cut-off-point has been optimal.
1 | uni.logrank(t.vec, d.vec, X.mat)
|
t.vec |
:Vector of survival times (time to either death or censoring) |
d.vec |
:Vector of censoring indicators (1=death, 0=censoring) |
X.mat |
:n by p matrix of covariates, where n is the sample size and p is the number of covariates |
the output of the covariates has been ordered by the P-value from the smallest to the largest
A table contains an information of binary splitting, including P-value of the test, cut-off-point, sample sizes of two nodes, for each covariate
Pvalue: P-value of two sample logrank test
cut_off_point: to transfer x into binary case
left.sample.size: sample size of left child node
right.sample.size: sample size of right child node
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.