Description Usage Arguments Value See Also Examples
SWNormality applies the Shapiro-Wilk Normality test and returns the resulting p-values as well as an "english" translation if the null hypothesis can be rejected or not: TRUE/FALSE at the 95 confidence level.
1  | SWNormality(x, verbose = TRUE)
 | 
x | 
 A matrix-like R object  | 
verbose | 
 A logical indicator  | 
A dataframe of results
1 2 3 4 5 6 7  | ## Not run: 
x <- data.frame("Norm1" = c(11.2,8.2,10.0,27.3,14.5,26.4,4.2,15.2,14.5,26.7))
SWNormality(x)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.