print.assumptions_paruv {micompr} | R 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 |
... |
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])
[Package micompr version 1.1.4 Index]