uniformNoiseAdd: Unifrom Noise Adder

Description Usage Arguments Details Value Author(s)

View source: R/uniformNoiseAdd.R

Description

used for adding an amount of noise to a data frame

Usage

1
uniformNoiseAdd(mydata, percent = 0.1, seed = 2016)

Arguments

mydata

a dataframe or vector

percent

pecent of noise to add from 0 to 1

seed

seed for randomization

Details

uses min*percet and max*percent to run runif

Value

vector or performance metrics for the model

Author(s)

Matthew Davis


mdavis29/modelToolKit documentation built on May 22, 2019, 3:22 p.m.