Package: makedummies
Type: Package
Title: Create Dummy Variables from Categorical Data
Version: 1.2.1
Date: 2019-08-04
Authors@R: person("Toshiaki", "Ara", email = "toshiaki.ara@gmail.com",
  role = c("aut", "cre"))
Description: 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.
Imports: tibble
License: GPL-2
URL: https://github.com/toshi-ara/makedummies
BugReports: https://github.com/toshi-ara/makedummies/issues/
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-08-04 10:51:51 UTC; ara
Author: Toshiaki Ara [aut, cre]
Maintainer: Toshiaki Ara <toshiaki.ara@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-04 11:00:02 UTC
Built: R 4.4.3; ; 2025-11-12 04:05:43 UTC; windows
