Package: LDATS Title: Latent Dirichlet Allocation Coupled with Time Series Analyses Version: 0.2.7 Authors@R: c( person(c("Juniper", "L."), "Simonis", email = "juniper.simonis@weecology.org", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9798-0460")), person(c("Erica", "M."), "Christensen", role = c("aut"), comment = c(ORCID = "0000-0002-5635-2502")), person(c("David", "J."), "Harris", role = c("aut"), comment = c(ORCID = "0000-0003-3332-9307")), person(c("Renata", "M."), "Diaz", role = c("aut"), comment = c(ORCID = "0000-0003-0803-4734")), person("Hao", "Ye", role = c("aut"), comment = c(ORCID = "0000-0002-8630-1458")), person(c("Ethan", "P."), "White", role = c("aut"), comment = c(ORCID = "0000-0001-6728-7745")), person(c("S.K.", "Morgan"), "Ernest", role = c("aut"), comment = c(ORCID = "0000-0002-6026-8530")), person(c("Weecology"), role = "cph")) Description: Combines Latent Dirichlet Allocation (LDA) and Bayesian multinomial time series methods in a two-stage analysis to quantify dynamics in high-dimensional temporal data. LDA decomposes multivariate data into lower-dimension latent groupings, whose relative proportions are modeled using generalized Bayesian time series models that include abrupt changepoints and smooth dynamics. The methods are described in Blei et al. (2003) , Western and Kleykamp (2004) , Venables and Ripley (2002, ISBN-13:978-0387954578), and Christensen et al. (2018) . URL: https://weecology.github.io/LDATS, https://github.com/weecology/LDATS BugReports: https://github.com/weecology/LDATS/issues Depends: R (>= 3.2.3) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: coda, digest, extraDistr, graphics, grDevices, lubridate, magrittr, memoise, methods, mvtnorm, nnet, progress, stats, topicmodels, viridis Suggests: knitr, pkgdown, rmarkdown, testthat, vdiffr VignetteBuilder: knitr RoxygenNote: 6.1.1 Config/pak/sysreqs: libgsl0-dev libxml2-dev Repository: https://weecology.r-universe.dev Date/Publication: 2020-03-19 08:56:46 UTC RemoteUrl: https://github.com/weecology/ldats RemoteRef: HEAD RemoteSha: d48386296a217a81ebba1950a46d04c40f60b50b NeedsCompilation: no Packaged: 2026-06-08 08:38:49 UTC; root Author: Juniper L. Simonis [aut, cre] (ORCID: ), Erica M. Christensen [aut] (ORCID: ), David J. Harris [aut] (ORCID: ), Renata M. Diaz [aut] (ORCID: ), Hao Ye [aut] (ORCID: ), Ethan P. White [aut] (ORCID: ), S.K. Morgan Ernest [aut] (ORCID: ), Weecology [cph] Maintainer: Juniper L. Simonis