-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
23 lines (23 loc) · 933 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: mcode
Version: 0.1.5
Date: 2017-04-02
Title: Functions to Merge and Recode Across Multiple Variables
Authors@R: c(person("Thomas J.", "Leeper",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326"))
)
Description: Functions to create multiple vectors from a single input vector
(e.g., a matrix of indicator/dummy variables), convert a list, data.frame, or
matrix of vectors into a single vector (e.g., to merge multiple vectors with
mutually exclusive missingness into one), and generate new variables based on
levels and combinations of multiple input vectors (e.g., to create a vector for
a set of complex recodings).
Imports:
stats
Suggests:
testthat
License: GPL-2
URL: https://github.com/leeper/mcode
BugReports: https://github.com/leeper/mcode/issues
RoxygenNote: 6.0.1