shapiro_wilk | R Documentation |
Test a sample against the null hypothesis that it comes from a standard Normal distribution.
shapiro_wilk(samples)
samples |
vector of values to be tested |
Wrapper function for corresponding functionality in stats
. Originally, from Shapiro and Wilk (1975).
A list containing
name |
authors of normality test applied i.e. 'Shapiro Wilk' |
statistic |
scalar value of test statistics |
p.value |
corresponding p-value of the test |
Shapiro and Wilk (1975) via stats
.
sample <- rnorm(100)
shapiro_wilk(sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.