Package: ddtlcm
Type: Package
Title: Latent Class Analysis with Dirichlet Diffusion Tree Process
        Prior
Version: 0.1.1
Date: 2023-08-26
Authors@R: c(
     person("Mengbing", "Li", 
            email="mengbing@umich.edu",
            role=c("cre","aut"),
            comment = c(ORCID = "0000-0002-2264-8006")),
     person("Briana", "Stephenson", 
            email="bstephenson@hsph.harvard.edu",
            role=c("ctb")),
     person("Zhenke", "Wu", 
            email="zhenkewu@umich.edu",
            role=c("ctb"))
     )
Maintainer: Mengbing Li <mengbing@umich.edu>
Description: Implements a Bayesian algorithm to fit latent class models,
    particularly useful for weakly separated latent classes. 
    Reference: Li et al. (2023) <arXiv:2306.04700>.
Depends: R(>= 4.0.0)
Imports: ape (>= 5.6-2), data.table (>= 1.14.4), extraDistr (>= 1.9.1),
        ggplot2 (>= 3.4.0), ggpubr (>= 0.6.0), ggtext (>= 0.1.2),
        ggtree (>= 3.4.0), label.switching (>= 1.8), matrixStats (>=
        0.62.0), methods (>= 4.2.3), phylobase (>= 0.8.10), poLCA (>=
        1.6.0.1), truncnorm (>= 1.0-8), BayesLogit (>= 2.1), Matrix (>=
        1.5-1), Rdpack (>= 2.5), R.utils (>= 2.12.2)
Suggests: knitr, parallel, testthat, rmarkdown, xfun
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3
URL: https://github.com/limengbinggz/ddtlcm
BugReports: https://github.com/limengbinggz/ddtlcm/issues
NeedsCompilation: no
Packaged: 2023-09-14 14:13:37 UTC; mengbing
Author: Mengbing Li [cre, aut] (<https://orcid.org/0000-0002-2264-8006>),
  Briana Stephenson [ctb],
  Zhenke Wu [ctb]
Repository: CRAN
Date/Publication: 2023-09-14 19:10:02 UTC
