asymmetryCheck {casper} | R Documentation |
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.
asymmetryCheck(x, ...)
x |
|
... |
Other arguments to be passed on to codeplot |
Boxplot with asymmetry coefficients for observed and simulated Normal data
David Rossell
mu <- rnorm(100) x <- matrix(rnorm(100*5,mu),ncol=5) asymmetryCheck(x)