print.assumptions_manova: Print information about the assumptions of the MANOVA test

View source: R/assumptions.R

print.assumptions_manovaR 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 assumptions_manova.

...

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


FakenMC/micompr documentation built on Jan. 31, 2024, 5:09 a.m.