YoupointsBoxPlot {SCOR} | R Documentation |
Visualization Based On Youden Indices.
Description
A Box Plot Visualization Based On Youden Indices for less than equal to 3 categories.
Usage
YoupointsBoxPlot(beta, labels, x_mat, cat_names = NULL, grid_size = 100)
Arguments
beta |
The parameter we do HUM based on |
labels |
The labels of the Columns of the data matrix |
x_mat |
The Data Matrix |
cat_names |
The vector of strings containing category names. |
grid_size |
The size of increment in the grid we check cutpoints against. Default value is 100. |
Value
Box Plot Visualization Based On Youden Indices
Examples
beta <- c(-0.399,-0.155,-0.265,-0.184,
-0.267,0.666,-0.187,0.273,0.0463,0.167,0.163,0.178)
YoupointsBoxPlot(beta, colnames(AL), AL, cat_names = c("Healthy", "MCI", "AD"))
[Package SCOR version 1.1.2 Index]