ref_dist | R Documentation |
Generates a reference distribution by sampling from uniform distributions with ranges determined by the original data.
ref_dist(df)
df |
data.frame or matrix of the original dataset |
Generate Reference Distribution
A scaled matrix containing the reference distribution
data(iris)
df <- iris[,1:4]
ref <- ref_dist(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.