normalize: Normalize an dataset.

Description Usage Arguments Value

View source: R/pnc.r

Description

Normalize an dataset.

Usage

1
2
3
4
5
6
7
8
normalize(
  x,
  collapse_on,
  collapse_name,
  remove_equiv_columns = TRUE,
  keep_cols = character(),
  verbose = FALSE
)

Arguments

x

a data.frame.

collapse_on

which variable should be collapsed on?

collapse_name

the variable name of the collapsed sub-data.frames.

remove_equiv_columns

should equivalent columns be removed?

keep_cols

column names that should be kept.

verbose

should information about dropped columns be printed? (default FALSE)

Value

The collapsed data.frame with numerically encoded columens removed.


presagia-analytics/normalizer documentation built on Dec. 12, 2019, 7:40 a.m.