Learn R Programming

preprocomb (version 0.3.0)

testpreprocessors: test preprocessing techniques against data

Description

Intended to be used when adding new preprocessing techniques with setpreprocessor().

Usage

testpreprocessors(preprocessors = NULL, data = NULL)

Arguments

preprocessors
(character) vector of preprocessors, by default gets all preprocessors with getpreprocessors()
data
(data frame) to be tested against, defaults to random data frame without missing values

Examples

Run this code
testpreprocessors()

Run the code above in your browser using DataLab