Description Usage Arguments Details Value Examples
View source: R/risk.classification.R
list out all the possible variables, the order is according to P-value from small to large, and the cut-off-point has been optimal.
1 | risk.classification(tree, X.mat)
|
tree |
:Tree structure made by uni.tree() function |
X.mat |
:n by p matrix of covariates, where n is the sample size and p is the number of covariates |
If the tree exists k terminal nodes, then the response 1 respresents the lowest risk and k represents the highest
a sequence of risk of rank correspond to each sample
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.