shapiroWilkTest | R Documentation |
Calculates the Shapiro-Wilk normality test of characters for taxa.
shapiroWilkTest(object, p.value = 0.05)
object |
an object of class |
p.value |
a number or |
A data.frame
, storing results of Shapiro-Wilk normality test.
data(centaurea)
sW = shapiroWilkTest(centaurea)
## Not run: exportRes(sW, file = "sW_test.txt")
sW = shapiroWilkTest(centaurea, p.value = NA)
## Not run: exportRes(sW, file = "sW_test.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.