MasterXform: Master Transformation Function

View source: R/master_Functions.R

MasterXformR Documentation

Master Transformation Function

Description

This is a master function used to perform the appropriate transformation(s) within the 'Rita' function.

Usage

MasterXform(c, data)

Arguments

c

Input specifying the test to run (scalar)

data

The data of a univariate distribution for which the test statistic is computed (vector)

Value

Output from the appropriate subfunction (list)

Examples

values <- rnorm(100)
x <- MasterXform(c = 2, data = values)

Rita documentation built on March 18, 2022, 6:36 p.m.

Related to MasterXform in Rita...