CRAN

makedummies 1.2.0

Create Dummy Variables from Categorical Data

Released Mar 3, 2019 by Toshiaki Ara

This package cannot yet be used with Renjin it depends on other packages which are not available: tibble 2.0.1 An older version of this package is more compatible with Renjin.

Dependencies

tibble 2.0.1

Create dummy variables from categorical data. This package can convert categorical data (factor and ordered) into dummy variables and handle multiple columns simultaneously. This package enables to select whether a dummy variable for base group is included (for principal component analysis/factor analysis) or excluded (for regression analysis) by an option. 'makedummies' function accepts 'data.frame', 'matrix', and 'tbl' (tibble) class (by 'tibble' package). 'matrix' class data is automatically converted to 'data.frame' class.

Source

R

View GitHub Mirror

Release History