ref_dist {bootcluster} | R Documentation |
Generate reference distribution for stability assessment
Description
Generates a reference distribution by sampling from uniform distributions with ranges determined by the original data.
Usage
ref_dist(df)
Arguments
df |
data.frame or matrix of the original dataset |
Details
Generate Reference Distribution
Value
A scaled matrix containing the reference distribution
Examples
data(iris)
df <- iris[,1:4]
ref <- ref_dist(df)
[Package bootcluster version 0.4.1 Index]