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,
    http://www.diogoferrari.com/hdpGLM/index.html,
    http://www.diogoferrari.com/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
