-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 951 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: projoint
Type: Package
Title: The One Stop Conjoint Shop
Version: 0.4.1
Authors@R: c(person("Yusaku", "Horiuchi", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0295-4089")),
person("Aaron", "Kaufman", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-3688-0428")))
Description: Analyzes data sets generated from conjoint experiments, correcting for measurement error.
Imports:
dplyr (>= 1.1.2),
readr,
rlang,
tidyr,
stringr,
tidyselect,
estimatr,
ggthemes,
ggplot2,
stats,
tibble,
methods,
MASS,
forcats
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests:
knitr,
downloadthis,
rmarkdown,
testthat (>= 3.0.0),
patchwork
Config/testthat/edition: 3
URL: https://yhoriuchi.github.io/projoint/
Depends:
R (>= 2.10)
LazyData: true
VignetteBuilder: knitr