Learn R Programming

easyml (version 0.1.0)

remove_variables: Remove variables from a dataset.

Description

This utility function removes variables from a data.frame.

Usage

remove_variables(.data = NULL, exclude_variables = NULL)

Arguments

.data

A data.frame; the data to be analyzed.

exclude_variables

A character vector; the variables from the data set to exclude. Defaults to NULL.

Value

A data.frame; the data to be analyzed.

See Also

Other utils: correlation_test, process_coefficients, process_variable_importances, reduce_cores