The libml package contains general functions necessary for the
analysis of biomarker data via statistical and machine learning
techniques, calculating KS distances, random forest, k-fold
cross-validation, classification performance, and ROC plotting.
remotes::install_github("libml")To load libml simply make a call to library() as usual:
library(libml)library(help = libml)- The
libmlpackage is easy to use. - There is some cool stuff we can do.