Package: stagedtrees Type: Package Title: Staged Event Trees Version: 2.3.0.9999 Authors@R: c( person(given = "Gherardo", family = "Varando", role = c("aut", "cre"), email = "gherardo.varando@gmail.com", comment = c(ORCID = "0000-0002-6708-1103")), person(given = "Federico", family = "Carli", role = "aut"), person(given = "Manuele", family = "Leonelli", role = "aut", comment = c(ORCID = "0000-0002-2562-5192")), person(given = "Eva", family = "Riccomagno", role = "aut") ) Description: Creates and fits staged event tree probability models, which are probabilistic graphical models capable of representing asymmetric conditional independence statements for categorical variables. Includes functions to create, plot and fit staged event trees from data, as well as many efficient structure learning algorithms. References: Carli F, Leonelli M, Riccomagno E, Varando G (2022). . Collazo R. A., Görgen C. and Smith J. Q. (2018, ISBN:9781498729604). Görgen C., Bigatti A., Riccomagno E. and Smith J. Q. (2018) . Thwaites P. A., Smith, J. Q. (2017) . Barclay L. M., Hutton J. L. and Smith J. Q. (2013) . Smith J. Q. and Anderson P. E. (2008) . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) URL: https://github.com/stagedtrees/stagedtrees BugReports: https://github.com/stagedtrees/stagedtrees/issues Imports: stats, graphics, cli, rlang, matrixStats Suggests: testthat (>= 3.0.0), bnlearn, covr, clue, igraph Config/testthat/edition: 3 Depends: R (>= 2.10) Repository: https://stagedtrees.r-universe.dev Date/Publication: 2025-06-24 07:00:17 UTC RemoteUrl: https://github.com/stagedtrees/stagedtrees RemoteRef: HEAD RemoteSha: 654e8c5252c889a1e197581929dd041349bacd1a NeedsCompilation: no Packaged: 2026-06-19 09:36:39 UTC; root Author: Gherardo Varando [aut, cre] (ORCID: ), Federico Carli [aut], Manuele Leonelli [aut] (ORCID: ), Eva Riccomagno [aut] Maintainer: Gherardo Varando