-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
executable file
·54 lines (54 loc) · 1.33 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
43
44
45
46
47
48
49
50
51
52
53
54
Package: ordbetareg
Type: Package
Title: Ordered Beta Regression Models with 'brms'
Version: 0.8
Authors@R: person(
"Robert", "Kubinec",
email = "bobkubinec@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6655-4119"))
Description: Implements ordered beta regression models, which are for modeling continuous variables with upper and lower bounds, such as
survey sliders, dose-response relationships and indexes. For more information, see
Kubinec (2023) <doi:10.31235/osf.io/2sx6y>. The package is a front-end to the R package 'brms', which
facilitates a range of regression specifications, including hierarchical, dynamic and
multivariate modeling.
BugReports: https://github.com/saudiwin/ordbetareg_pack/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.5),
brms (>= 2.18.0),
stats
Imports:
dplyr,
ggplot2 (>= 3.4.0),
tidyr,
scales,
stringr,
abind,
checkmate,
insight,
rstantools
Suggests:
rmarkdown,
quarto,
knitr,
gt,
modelsummary (>= 1.4.1),
marginaleffects (>= 0.10.0),
haven,
Hmisc,
collapse,
ggthemes,
glmmTMB,
mice,
bayestestR,
gganimate,
transformr,
DeclareDesign
VignetteBuilder:
quarto