
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.
# S3 method for assumptions_paruv
print(x, ...)
The argument x
, invisibly, as for all print
methods.
Object of class assumptions_paruv
.
Currently ignored.
# 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])
Run the code above in your browser using DataLab