View source: R/master_Functions.R
MasterTest | R Documentation |
This is a master function to call the appropriate test(s) to be used in the 'Rita' function.
MasterTest(c, data, alpha = 0.05, j = 1)
c |
Input specifying the test to run (scalar) |
data |
The data of a univariate distribution for which the test statistic is computed (vector) |
alpha |
The two-sided decision threshold used for hypothesis-testing (scalar) |
j |
The # hypotheses tested; used to compute a Bonferonni correction, if applicable; should remain at its default if multiple testing is not an issue (scalar) |
An results object specific to the test designated with the 'c' argument (list)
values <- rnorm(100) x <- MasterTest(c = 1, data = values)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.