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