perform_remove_constants {cleanepi} | R Documentation |
Remove constant data.
Description
This function is called at each iteration of the constant data removal process until no constant data remains.
Usage
perform_remove_constants(data, cutoff)
Arguments
data |
The input |
cutoff |
A |
Value
A <list>
with the input dataset where all empty rows and
columns as well as constant columns have been removed.
[Package cleanepi version 1.1.0 Index]