> source("~/.active-rstudio-document", echo=TRUE) > library(tidyverse)
> library(PMCMRplus) > m1 <- c(83, 91, 94) > m2 <- c(91, 90, 81, 83) > m3 <- c(78, 82, 77) > pKW(list(m1, m2, m3), method = "Asymptotic") Ties are present, so p-values are based on conditional null distribution. Group sizes: 3 4 3 Kruskal-Wallis H' Statistic: 5.5031 Asymptotic upper-tail probability: 0.0638 > posthoc.kruskal.conover.test(list(m1, m2, m3), + p.adjust.methods = "BH") Error in posthoc.kruskal.conover.test(list(m1, m2, m3), p.adjust.methods = "BH") : could not find function "posthoc.kruskal.conover.test" > -- Saludos / Regards Carlos A. Gonzalez Mobile +598 94 234 653 cag...@gmail.com [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.