getColumnsNoise: Columns Noise

Description Usage Arguments Value See Also Examples

View source: R/NoiseDetection.R

Description

Function to calculate de variation of a dataSet.

Usage

1

Arguments

data

an object of class data frame with a data set of variation.

limit

an double that represent the umbral for detect columns variation.

inf

an integer that represent the first column that you want review.

sup

an integer that represent the last column that you want review.

Value

an object of class data frame all columns that contains noise.

See Also

getColumnsNoise

Examples

1
2
3
4
iris.x <- iris[,1:4]
diffValues <- calculateDiff(iris.x)
limit = 0.15
columnsNoise <- getColumnsNoise(diffValues, limit)

mariytu/RegressionLibs documentation built on May 21, 2019, 11:47 a.m.