buildStabilityTableForCorrelation {Irescale} | R Documentation |
buildStabilityTableForCorrelation
finds how many iterations are necessary to achieve stability in resampling method, plotting in a log scale.
buildStabilityTableForCorrelation(data, times = 10, samples = 100,
plots = TRUE)
data |
data structure after loading the file using |
times |
the number of times |
samples |
size of the resampling method. The default value is 1000 |
plots |
to draw the significance plot |
A vector with the average \log(samples)
averages I
fileInput <- system.file("testdata", "chen.csv", package="Irescale")
data <- loadFile(fileInput)
resultsChen<-buildStabilityTableForCorrelation(data=data,times=10,samples=100,plots=TRUE)