group_comparison_imd {pmartR} | R Documentation |
Group comparisons for the g-test
Description
Takes the results of imd_test() and returns group comparison p-values
Usage
group_comparison_imd(groupData, comparisons, observed, absent)
Arguments
groupData |
data frame that assigns sample names to groups |
comparisons |
dataframe that defiens the comparsions of interest |
observed |
matrix of number of observed counts |
absent |
matrix of number of observed counts |
Value
A data.frame containing the p-values from the group comparisons.
Author(s)
Bryan Stanfill
[Package pmartR version 2.4.5 Index]