fcmu_fcs_combs: Generate Groupwise Combinations Of Fc Arrays

Description Usage Arguments Value

View source: R/fc_multi.R

Description

Generate a list of data frames that each consist of only two treatment groups. Makes many group comparisons easier when paired with for loops.

Usage

1
fcmu_fcs_combs(fc, order, num_groups)

Arguments

fc

The Fc Array data frame.

order

Determines what order the data frames are in the list

  • "groups" (g1v2a, g1v2b, g1v3a, g1v3b, g2v3a, g2v3b, etc...).

  • "times" (g1v2a, g1v3a, g2v3a, g1v2b, g1v3b, g2v3b, etc...).

num_groups

The number of groups to represent in each entry in the returned list. For example, 2 would mean all pairwise combinations of groups would be represented.

Value

A list of Fc Array data frames, each with only num_groups represented. Returns NULL if it encountered an error.


kmorrisongr/fcan documentation built on Sept. 9, 2020, 10:12 a.m.