-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.52 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
32
33
34
35
36
37
38
39
Package: beezdiscounting
Title: Behavioral Economic Easy Discounting
Version: 0.3.2
Date: 2025-01-08
Authors@R:
person(given = "Brent A.", family = "Kaplan", email = "bkaplan.ku@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-3758-6776"))
Maintainer: Brent A. Kaplan <bkaplan.ku@gmail.com>
Description: Facilitates some of the analyses performed in studies of
behavioral economic discounting. The package supports scoring of the 27-Item Monetary Choice
Questionnaire (see Kaplan et al., 2016; <doi:10.1007/s40614-016-0070-9>), calculating k
values (Mazur's simple hyperbolic and exponential) using nonlinear regression, calculating
various Area Under the Curve (AUC) measures, plotting regression curves for both fit-to-group and
two-stage approaches, checking for unsystematic discounting
(Johnson & Bickel, 2008; <doi:10.1037/1064-1297.16.3.264>) and scoring of the
minute discounting task (see Koffarnus & Bickel, 2014; <doi:10.1037/a0035973>) using the
Qualtrics 5-trial discounting template (see the Qualtrics Minute Discounting User Guide;
<doi:10.13140/RG.2.2.26495.79527>), which is also available as a .qsf file in this package.
License: GPL (>= 2)
URL: https://github.com/brentkaplan/beezdiscounting
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
Imports:
beezdemand,
broom,
dplyr,
ggplot2,
gtools,
magrittr,
minpack.lm,
psych,
purrr,
stringr,
tibble,
tidyr
LazyData: true