Learn R Programming

easynem (version 1.0.3)

compare-class: A S4 class to store multiple comparisons results (single factor).

Description

compare-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 compare-class through calc_compare, which can then be connected to nem_plot to visualize the results.

See Also

The constructor, calc_compare; Class for storing two-factor multiple comparisons analysis, compare2-class; Visualization function, nem_plot.