Learn R Programming

mikropml (version 1.6.1)

process_novar_feats: Process features with no variation

Description

Process features with no variation

Usage

process_novar_feats(features, progbar = NULL)

Value

list of two dataframes: features with variability (unprocessed) and without (processed)

Arguments

features

dataframe of features for machine learning

progbar

optional progress bar (default: NULL)

Author

Zena Lapp, zenalapp@umich.edu

Examples

Run this code
if (FALSE) {
process_novar_feats(mikropml::otu_small[, 2:ncol(otu_small)])
}

Run the code above in your browser using DataLab