Extracts a data frame of comparisons and p-values from an PMCMR object from the PMCMRplus package
PMCMRTable(PMCMR, reverse = TRUE, digits = 3)
A data frame of comparisons and p-values
A PMCMR object
If TRUE
, reports the comparison as e.g. (B - A = 0).
This will more closely match the output of
PMCMRplus::summary.PMCMR
for all-pairs comparisons.
If FALSE
, reports the comparison as e.g. (A - B = 0).
This will result in the output from rcompanion::cldList
matching the output of
PMCMRplus::summaryGroup
The significant digits in the output
Salvatore Mangiafico, mangiafico@njaes.rutgers.edu
Should produce meaningful output for all-pairs and many-to-one comparisons.