Description Usage Arguments Value Author(s) Examples
Produces a boxplot for the asymmetry coefficients for each row in the input matrix. Normal observations are simulated using the observed sample means and variances, and their asymmetry coefficients are added to the plot.
1 | asymmetryCheck(x, ...)
|
x |
|
... |
Other arguments to be passed on to codeplot |
Boxplot with asymmetry coefficients for observed and simulated Normal data
David Rossell
1 2 3 4 | mu <- rnorm(100)
x <- matrix(rnorm(100*5,mu),ncol=5)
asymmetryCheck(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.