print.assumptions_manova | R Documentation |
Print information about objects of class assumptions_manova
, which
represent the assumptions of the MANOVA test performed on a comparison of
outputs.
## S3 method for class 'assumptions_manova'
print(x, ...)
x |
Object of class |
... |
Currently ignored. |
The argument x
, invisibly, as for all print
methods.
# 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])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.