test_u_normal | R Documentation |
Test a sample against the null hypothesis that it comes from a standard Normal distribution with the specified test.
test_u_normal(samples, test)
samples |
vector of values to be tested |
test |
name of test, one of |
Convenience function for consistent syntax in calling shapiro_wilk
, kolmogorov_smirnov
, cramer_vonmises
, and anderson_darling
tests.
A list containing
name |
authors of normality test applied |
statistic |
scalar value of test statistics |
p.value |
corresponding p-value from test |
Marten Thompson thom7058@umn.edu
sample <- rnorm(100)
test_u_normal(sample, 'SW')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.