-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
42 lines (42 loc) · 1.09 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: hdpGLM
Title: Hierarchical Dirichlet Process Generalized Linear Models
Version: 1.0.3
Authors@R: c(person(given="Diogo", family="Ferrari", email="diogoferrari@gmail.com", role=c("aut", "cre")))
Description: Implementation of MCMC algorithms to estimate the Hierarchical Dirichlet Process Generalized Linear Model (hdpGLM) presented in the paper Ferrari (2020) Modeling Context-Dependent Latent Heterogeneity, Political Analysis <DOI:10.1017/pan.2019.13> and <doi:10.18637/jss.v107.i10>.
Depends: R (>= 3.3.3)
License: MIT + file LICENSE
URL: https://github.com/DiogoFerrari/hdpGLM
BugReports: https://github.com/DiogoFerrari/hdpGLM/issues
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp, RcppArmadillo
Imports: coda,
data.table,
dplyr,
formula.tools,
ggjoy,
ggplot2,
stringr,
ggridges,
ggpubr,
Hmisc,
isotone,
questionr,
LaplacesDemon,
magrittr,
methods,
MASS,
MCMCpack,
mvtnorm,
Rcpp,
rprojroot,
png,
purrr,
tibble,
tidyr,
tidyverse
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr