print.assumptions_paruv: Print information about the assumptions of the parametric...

View source: R/assumptions.R

print.assumptions_paruvR Documentation

Print information about the assumptions of the parametric test

Description

Print information about objects of class assumptions_paruv, which represent the assumptions of the parametric test (i.e. either t.test or aov) performed on a comparison of outputs.

Usage

## S3 method for class 'assumptions_paruv'
print(x, ...)

Arguments

x

Object of class assumptions_paruv.

...

Currently ignored.

Value

The argument x, invisibly, as for all print methods.

Examples


# Print information about the assumptions of applying ANOVA to each column
# (dependent variable) of the iris data (i.e. normality of each group and
# homogeneity of variances)
assumptions_paruv(iris[, 1:4], iris[, 5])


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