Package: mixvlmc
Type: Package
Title: Variable Length Markov Chains with Covariates
Version: 0.2.2
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) <doi:10.1214/aos/1018031204>
    for VLMC and Zanin Zambom, A., Kim, S. and Lopes Garcia, N. (2022)
    <doi:10.1111/jtsa.12615> 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, ggplot2, methods, nnet, pROC, Rcpp (>=
        1.0.8.3), rlang, stats, stringr, VGAM, withr
LinkingTo: Rcpp
RoxygenNote: 7.3.2
Suggests: data.table, foreach, geodist, knitr, rmarkdown, testthat (>=
        3.0.0), tibble, vdiffr, waldo
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: covlmc*
Depends: R (>= 2.10)
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-05-26 11:53:23 UTC; fabrice
Author: Fabrice Rossi [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-4638-1286>),
  Hugo Le Picard [ctb] (ORCID: <https://orcid.org/0000-0002-7023-2996>),
  Guénolé Joubioux [ctb]
Maintainer: Fabrice Rossi <Fabrice.Rossi@apiacoa.org>
Repository: CRAN
Date/Publication: 2025-05-26 12:30:01 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-01 02:33:43 UTC; windows
Archs: x64
