powered by
Generates a reference distribution by sampling from uniform distributions with ranges determined by the original data.
ref_dist(df)
A scaled matrix containing the reference distribution
data.frame or matrix of the original dataset
Generate Reference Distribution
# \donttest{ data(iris) df <- iris[,1:4] ref <- ref_dist(df) # }
Run the code above in your browser using DataLab