View source: R/do_2w_anova_i.R
do_2w_anova_i | R Documentation |
Performs a two-way ANOVA with an interaction term between variables
do_2w_anova_i( analysis_list, formula = "log2(x) ~ genotype * treatment", data.name = "raw_data", balanced = T )
analysis_list |
list containing data |
formula |
formula for model fitting (see aov() function) |
data.name |
name of data in list |
balanced |
Are analysis groups balanced (same number each)? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.