Learn R Programming

mikropml (version 1.6.1)

check_features: Check features

Description

Check features

Usage

check_features(features, check_missing = TRUE)

Arguments

features

features for machine learning

check_missing

check whether the features have missing data (default: TRUE)

Author

Zena Lapp, zenalapp@umich.edu

Examples

Run this code
if (FALSE) {
check_features(otu_mini_bin[, 2:11])
}

Run the code above in your browser using DataLab