Package: hdpGLM
Title: Hierarchical Dirichlet Process Generalized Linear Models
Version: 1.0.2
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>.
Depends: R (>= 3.3.3)
License: MIT + file LICENSE
URL: https://github.com/DiogoFerrari/hdpGLM, http://www.diogoferrari.com/hdpGLM/index.html
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,
    purrr,
    tibble,
    tidyr,
    tidyverse
RoxygenNote: 7.1.2
Suggests: 
    knitr,
    rmarkdown
VignetteBuilder: knitr
