Learn R Programming

pmartR (version 2.4.6)

group_comparison_imd: 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)

Value

A data.frame containing the p-values from the group comparisons.

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

Author

Bryan Stanfill