squeakrANOVA {SqueakR} | R Documentation |
Generate ANOVA tables for Detected Calls
Description
Aggregates raw data tables for all data added to experiment object, and calculates and displays ANOVA statistics.
Usage
squeakrANOVA(experiment, analysis_factor)
Arguments
experiment |
The experiment object |
analysis_factor |
A string representing the factor to analyze between groups |
Value
A table comparing the analysis_factor between groups
Examples
## Not run: squeakrANOVA(experiment = experiment, analysis_factor = "Delta_Freq")
[Package SqueakR version 1.3.0 Index]