Learn R Programming

micompr (version 1.1.4)

print.assumptions_manova: 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 assumptions_manova
print(x, ...)

Value

The argument x, invisibly, as for all print

methods.

Arguments

x

Object of class assumptions_manova.

...

Currently ignored.

Examples

Run this code

# 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])

Run the code above in your browser using DataLab