Learn R Programming

easynem (version 1.0.3)

compare2-class: A S4 class to store multiple comparisons results (two-factor).

Description

compare2-class is used to store the results of multiple comparisons results, including results for drawing and comparing differences between groups.

Arguments

Slots

meta

A data frame storing basic elements for visualization.

result

A data frame of multiple comparisons results.

temp

A character vector of the difference comparison.

Details

Users can construct a compare2-class through calc_compare2, which can then be connected to nem_plot to visualize the results.

See Also

The constructor, calc_compare2; Class for storing single factor multiple comparisons analysis, compare-class; Visualization function, nem_plot.