export(MTest,pairwiseKStest)
importFrom("stats", "formula", "ks.test", "lm", "terms")
importFrom("utils", "stack")
importFrom("ggplot2", "ggplot", "aes", "stat_ecdf", "geom_density")
importFrom("plotly","ggplotly")
S3method(print,MTest)
S3method(print,pairwiseKStest)
S3method(plot,MTest)