plot.assumptions_manova: Plot p-values for testing the multivariate normality assumptions of
the MANOVA test
Description
Plot method for objects of class assumptions_manova which
presents a bar plot containing the p-values produced by the Royston
multivariate normality test (mvn) for each group
being compared.
Usage
# S3 method for assumptions_manova
plot(x, ...)
Value
None.
Arguments
x
Objects of class assumptions_manova.
...
Extra options passed to barplot. The
col parameter defines colors for p-values below 1, 0.05 and
0.01, respectively.