Package: mixvlmc Type: Package Title: Variable Length Markov Chains with Covariates Version: 0.2.1.9000 Authors@R: c(person(given = "Fabrice", family = "Rossi", role = c("aut", "cre", "cph"), email = "Fabrice.Rossi@apiacoa.org", comment = c(ORCID = "0000-0003-4638-1286")), person(given = "Hugo", family = "Le Picard", role = "ctb", email = "lepicardhugo@gmail.com", comment = c(ORCID = "0000-0002-7023-2996")), person(given = "Guénolé", family = "Joubioux", role = "ctb", email = "guenole.joubioux@gmail.com")) Description: Estimates Variable Length Markov Chains (VLMC) models and VLMC with covariates models from discrete sequences. Supports model selection via information criteria and simulation of new sequences from an estimated model. See Bühlmann, P. and Wyner, A. J. (1999) for VLMC and Zanin Zambom, A., Kim, S. and Lopes Garcia, N. (2022) for VLMC with covariates. License: GPL (>= 3) URL: https://github.com/fabrice-rossi/mixvlmc, https://fabrice-rossi.github.io/mixvlmc/ BugReports: https://github.com/fabrice-rossi/mixvlmc/issues Encoding: UTF-8 LazyData: true Imports: assertthat, butcher, cli, methods, nnet, pROC, Rcpp (>= 1.0.8.3), rlang, stats, stringr, VGAM, withr, xtable LinkingTo: Rcpp RoxygenNote: 7.3.1 Suggests: data.table, foreach, geodist, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0), tibble, vdiffr, waldo Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: covlmc* Depends: R (>= 4.1.0) Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://fabrice-rossi.r-universe.dev Date/Publication: 2024-05-07 15:47:56 UTC RemoteUrl: https://github.com/fabrice-rossi/mixvlmc RemoteRef: HEAD RemoteSha: 0b4e012f17b731c6a861300b91e6e0353226af56 NeedsCompilation: yes Packaged: 2026-07-03 07:04:23 UTC; root Author: Fabrice Rossi [aut, cre, cph] (ORCID: ), Hugo Le Picard [ctb] (ORCID: ), Guénolé Joubioux [ctb] Maintainer: Fabrice Rossi