-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.45 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
40
41
42
Package: beezdemand
Version: 0.1.2
Date: 2023-08-23
Title: Behavioral Economic Easy Demand
Authors@R: c(person("Brent", "Kaplan", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Shawn", "Gilroy", email = "[email protected]", role = "ctb"))
Author: Brent Kaplan [aut, cre, cph],
Shawn Gilroy [ctb]
Maintainer: Brent Kaplan <[email protected]>
Description: Facilitates many of the analyses performed in studies of
behavioral economic demand. The package supports commonly-used options for
modeling operant demand including (1) data screening proposed by Stein,
Koffarnus, Snider, Quisenberry, & Bickel (2015; <doi:10.1037/pha0000020>),
(2) fitting models of demand such as linear (Hursh, Raslear, Bauman,
& Black, 1989, <doi:10.1007/978-94-009-2470-3_22>), exponential (Hursh & Silberberg, 2008,
<doi:10.1037/0033-295X.115.1.186>) and modified exponential (Koffarnus,
Franck, Stein, & Bickel, 2015, <doi:10.1037/pha0000045>), and (3) calculating
numerous measures relevant to applied behavioral economists (Intensity,
Pmax, Omax). Also supports plotting and comparing data.
Depends:
R (>= 2.5)
Imports:
nlsr,
nlstools,
nls2,
ggplot2,
reshape2,
stats,
optimx
Suggests:
openxlsx,
knitr,
dplyr,
tidyr,
tidyverse,
rmarkdown
License: GPL-2 | file LICENSE
URL: https://github.com/brentkaplan/beezdemand
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr