print.assumptions_manova {micompr} | R Documentation |
Print information about the assumptions of the MANOVA test
Description
Print information about objects of class assumptions_manova
, which
represent the assumptions of the MANOVA test performed on a comparison of
outputs.
Usage
## S3 method for class 'assumptions_manova'
print(x, ...)
Arguments
x |
Object of class |
... |
Currently ignored. |
Value
The argument x
, invisibly, as for all print
methods.
Examples
# Print information concerning the assumptions of applying MANOVA to the iris
# data (i.e. multivariate normality of each group and homogeneity of
# covariance matrices)
assumptions_manova(iris[, 1:4], iris[, 5])
[Package micompr version 1.1.4 Index]