powered by
This is a master function used to perform the appropriate transformation(s) within the 'Rita' function.
MasterXform(c, data)
Input specifying the test to run (scalar)
The data of a univariate distribution for which the test statistic is computed (vector)
Output from the appropriate subfunction (list)
# NOT RUN { values <- rnorm(100) x <- MasterXform(c = 2, data = values) # }
Run the code above in your browser using DataLab