analyze_factor {SqueakR} | R Documentation |
Compares data across experimental groups, plotting the data as a bar graph with error bars.
analyze_factor(experiment, analysis_factor)
experiment |
The experiment object |
analysis_factor |
A string representing the factor to analyze between groups |
A bar graph comparing the analysis_factor between groups
## Not run: analyze_factor(experiment = experiment, analysis_factor = "tonality")