forked from leeper/cregg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.18 KB
/
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
Package: cregg
Type: Package
Title: Simple Conjoint Tidying, Analysis, and Visualization
Version: 0.3.1
Date: 2019-04-07
Authors@R: c(
person("Thomas J.", "Leeper", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Matthew", "Barnfield", role = "ctb",
email = "[email protected]"))
Description: Simple tidying, analysis, and visualization of conjoint (factorial) experiments, including estimation and visualization of average marginal component effects ('AMCEs') and marginal means ('MMs') for weighted and un-weighted survey data, along with useful reference category diagnostics and statistical tests. Estimation of 'AMCEs' is based upon methods described by Hainmueller, Hopkins, and Yamamoto (2014) <doi:10.1093/pan/mpt024>.
License: MIT + file LICENSE
URL: https://github.com/leeper/cregg
BugReports: https://github.com/leeper/cregg/issues
Depends: R (>= 3.5.0)
Imports:
stats,
sandwich (>= 2.4-0),
survey (>= 3.33),
lmtest,
ggplot2 (>= 2.0),
ggstance,
scales
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 6.1.1