rescaleI: Performs the rescale for all the variables in an input file.

Description Usage Arguments Value Examples

View source: R/rectifiedI.R

Description

rescaleI It executes the whole analysis for all the measurements in the field.

Usage

1
rescaleI(data, samples = 10000, scalingUpTo = "Quantile", sd = 1)

Arguments

data

the data frame obtained from loadFile.

samples

number of permutations for the resampling method.

scalingUpTo

the rescaling could be done up to the 0.01% and 99.99% quantile or max and min values. The two possible options are: "MaxMin", or "Quantile". The default value for this parameter is "Quantile"

sd

this represents upto which standard deviation you want to scale I

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)
scaledI<-rescaleI(data,100)

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