plot.assumptions_manova {micompr} | R Documentation |
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 class 'assumptions_manova'
plot(x, ...)
Arguments
x |
Objects of class |
... |
Extra options passed to |
Value
None.
Examples
# Plot the Royston test p-value for multivariate normality of each group
# (species) of the iris data
plot(assumptions_manova(iris[, 1:4], iris[, 5]))
# Plot the same data with logarithmic scale for p-values
plot(assumptions_manova(iris[, 1:4], iris[, 5]), log = "y")
[Package micompr version 1.1.4 Index]