rectifyIrho: Rectify I using a correlation method for all the variables in...

Description Usage Arguments Value Examples

View source: R/rectifiedI.R

Description

rescaleI It executes the whole rectifying using theorical R distribution for all the measurements in the csv file.

Usage

1
rectifyIrho(data, samples = 10000)

Arguments

data

the data frame obtained from loadFile.

samples

number of permutations for the resampling method.

Value

An object with I, rescaleI and statistic summary for the inputs without scaling, the same statistics after scaling them, the p-value and the convexhull information

Examples

1
2
3
fileInput <- system.file("testdata", "chen.csv", package="Irescale")
data <- loadFile(fileInput)
rectifiedI<-rectifyIrho(data,100)

Irescale documentation built on Nov. 22, 2019, 1:07 a.m.