View source: R/master_Functions.R
MasterXform | R Documentation |
This is a master function used to perform the appropriate transformation(s) within the 'Rita' function.
MasterXform(c, data)
c |
Input specifying the test to run (scalar) |
data |
The data of a univariate distribution for which the test statistic is computed (vector) |
Output from the appropriate subfunction (list)
values <- rnorm(100) x <- MasterXform(c = 2, data = values)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.