squeakrANOVA {SqueakR} | R Documentation |
Aggregates raw data tables for all data added to experiment object, and calculates and displays ANOVA statistics.
squeakrANOVA(experiment, analysis_factor)
experiment |
The experiment object |
analysis_factor |
A string representing the factor to analyze between groups |
A table comparing the analysis_factor between groups
## Not run: squeakrANOVA(experiment = experiment, analysis_factor = "Delta_Freq")