powered by
A Box Plot Visualization Based On Youden Indices for less than equal to 3 categories.
YoupointsBoxPlot(beta, labels, x_mat, cat_names = NULL, grid_size = 100)
Box Plot Visualization Based On Youden Indices
The parameter we do HUM based on
The labels of the Columns of the data matrix
The Data Matrix
The vector of strings containing category names.
The size of increment in the grid we check cutpoints against. Default value is 100.
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"))
Run the code above in your browser using DataLab