mlr (version 2.15.0)

summarizeLevels: Summarizes factors of a data.frame by tabling them.

Description

Characters and logicals will be treated as factors.

Usage

summarizeLevels(obj, cols = NULL)

Arguments

obj

(data.frame | Task) Input data.

cols

(character) Restrict result to columns in cols. Default is all factor, character and logical columns of obj.

Value

(list). Named list of tables.

See Also

Other eda_and_preprocess: capLargeValues, createDummyFeatures, dropFeatures, mergeSmallFactorLevels, normalizeFeatures, removeConstantFeatures, summarizeColumns

Examples

Run this code
# NOT RUN {
summarizeLevels(iris)
# }

Run the code above in your browser using DataLab