plot.assumptions_paruv | R Documentation |
Plot method for objects of class assumptions_paruv
containing
p-values produced by testing the assumptions of the parametric tests
used for comparing outputs.
## S3 method for class 'assumptions_paruv'
plot(x, ...)
x |
Objects of class |
... |
Extra options passed to |
One bar plot is presented for the Bartlett test
(bartlett.test
), showing the respective p-values
along principal component. s bar plots are presented for the
Shapiro-Wilk (shapiro.test
), where s is the
number of groups being compared; individual bars in each plot represent the
p-values associated with each principal component.
None.
# Plot the Shapiro-Wilk and Bartlett test p-values for each dependent
# variable of the iris data
plot(assumptions_paruv(iris[, 1:4], iris[, 5]))
# Plot the same data with logarithmic scale for p-values
plot(assumptions_paruv(iris[, 1:4], iris[, 5]), log = "y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.