plot.comparaciones {Analitica} | R Documentation |
Generic plot for multiple comparison tests (with multcompView letters)
Description
This function generates a bar plot displaying group means along with significance letters
based on multiple comparisons. It uses multcompView
to assign letters indicating
statistically different groups.
Usage
## S3 method for class 'comparaciones'
plot(x, ...)
Arguments
x |
An object of class |
... |
Additional arguments (currently not used). |
Value
No return value. Called for side effects: displays a bar plot with significance letters.
See Also
Examples
# Assuming you have an object of class 'comparaciones' named res
# plot(res)
[Package Analitica version 1.8.5 Index]