# NOT RUN {
## Example of plotting the Kolmogorov-Smirnov tests results
library(specmine.datasets)
data(cachexia)
ks.results = ksTest_dataset(cachexia, "Muscle.loss",
write.file = FALSE)
plot_kstest(cachexia, ks.results, 0.05)
# }
Run the code above in your browser using DataLab