shapiroWilkTest {MorphoTools2} | R Documentation |
Shapiro-Wilk Normality Test
Description
Calculates the Shapiro-Wilk normality test of characters for taxa.
Usage
shapiroWilkTest(object, p.value = 0.05)
Arguments
object |
an object of class |
p.value |
a number or |
Value
A data.frame
, storing results of Shapiro-Wilk normality test.
Examples
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")
[Package MorphoTools2 version 1.0.1.1 Index]