shapiro.test2 | R Documentation |
shapiro.test
with two modifications.Always return FALSE for sample size less than 3.
Always return TRUE for sample size larger than given threshold (default 1000)
shapiro.test2(data, threshold = 1000)
data |
A vector of observation values. |
threshold |
A number to define large sample size. Default |
A logical value
shapiro.test2(c(1,2,3,4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.