powered by
Test a sample against the null hypothesis that it comes from a standard Normal distribution.
shapiro_wilk(samples)
A list containing
authors of normality test applied i.e. 'Shapiro Wilk'
scalar value of test statistics
corresponding p-value of the test
vector of values to be tested
Wrapper function for corresponding functionality in stats. Originally, from Shapiro and Wilk (1975).
stats
sample <- rnorm(100) shapiro_wilk(sample)
Run the code above in your browser using DataLab