Description Usage Arguments Value Examples
This function calculates the W test statistic for the Royston approach for the Shapiro-Wilk test. This function is comparable to the Rcpp implementation of the Royston approach (which can be found in the src folder). For a step-by-step explanation of this function, look at the Readme file under "A Note on the Algorithms".
1 | R_get_W(vec_value)
|
vec_value |
vector containing data points; integer or double |
the test statistic for the Shapiro-Wilk test; double, between 0 and 1
1 | R_get_W (1:10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.