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