Package: stagedtrees
Type: Package
Title: Staged Event Trees
Version: 2.3.0
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).
             <doi: 10.18637/jss.v102.i06>.
             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)
             <arXiv:1705.09457>.
             Thwaites P. A., Smith, J. Q. (2017) <arXiv:1510.00186>.
             Barclay L. M., Hutton J. L. and Smith J. Q. (2013)
             <doi:10.1016/j.ijar.2013.05.006>.
             Smith J. Q. and Anderson P. E. (2008)
             <doi:10.1016/j.artint.2007.05.004>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
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)
NeedsCompilation: no
Packaged: 2024-02-14 10:59:25 UTC; gherardo
Author: Gherardo Varando [aut, cre] (<https://orcid.org/0000-0002-6708-1103>),
  Federico Carli [aut],
  Manuele Leonelli [aut] (<https://orcid.org/0000-0002-2562-5192>),
  Eva Riccomagno [aut]
Maintainer: Gherardo Varando <gherardo.varando@gmail.com>
Repository: CRAN
Date/Publication: 2024-02-14 11:50:02 UTC
Built: R 4.2.3; ; 2024-02-18 05:56:27 UTC; unix
