analyze_factor {SqueakR}R Documentation

Analyze Factor

Description

Compares data across experimental groups, plotting the data as a bar graph with error bars.

Usage

analyze_factor(experiment, analysis_factor)

Arguments

experiment

The experiment object

analysis_factor

A string representing the factor to analyze between groups

Value

A bar graph comparing the analysis_factor between groups

Examples

## Not run: analyze_factor(experiment = experiment, analysis_factor = "tonality")


[Package SqueakR version 1.3.0 Index]