Package: IMaGES
Version: 0.1
Date: 2019-01-04
Title: Independent Multiple-Sample Greedy Equivalence Search
        Implementation
Description: Functions for the implementation of Independent Multiple-sample
  Greedy Equivalence Search (IMaGES), a causal inference algorithm for creating
  aggregate graphs and structural equation modeling data for one or more
  datasets. This package is useful for time series data with specific regions of
  interest. This implementation is inspired by the paper "Six problems
  for causal inference from fMRI" by Ramsey, Hanson, Hanson, Halchenko, Poldrack,
  and Glymour (2010) <DOI:10.1016/j.neuroimage.2009.08.065>. The IMaGES algorithm uses a modified BIC score to compute goodness
  of fit of edge additions, subtractions, and turns across all datasets and
  returns a representative graph, along with structural equation modeling data for
  the global graph and individual datasets, means, and standard errors. Functions
  for plotting the resulting graph(s) are provided. This package is built upon the
  'pcalg' package.
Maintainer: Noah Frazier-Logue <n.frazier.logue@nyu.edu>
Authors@R: c(person("Noah","Frazier-Logue",
                    email="n.frazier.logue@nyu.edu", role=c("aut","cre")), person("Stephen Jose","Hanson",
                    email="jose@rubic.rutgers.edu", role=c("aut")),  person("Markus","Kalisch", role=c("ctb")),
  person("Alain", "Hauser", role="ctb"),  person("Martin","Maechler", role="ctb"),
  person("Diego", "Colombo", role="ctb"), person("Doris", "Entner", role="ctb"),
  person("Patrik","Hoyer", role="ctb"),   person("Antti", "Hyttinen", role="ctb"),
  person("Jonas", "Peters", role="ctb"), person("Nicoletta", "Andri",
  role="ctb"), person("Emilija", "Perkovic", role="ctb"), person("Preetam",
  "Nandy", role="ctb"), person("Philipp", "Ruetimann", role="ctb"),
  person("Daniel", "Stekhoven", role="ctb"), person("Manuel", "Schuerch", role="ctb"))
Author: Noah Frazier-Logue [aut, cre],
  Stephen Jose Hanson [aut],
  Markus Kalisch [ctb],
  Alain Hauser [ctb],
  Martin Maechler [ctb],
  Diego Colombo [ctb],
  Doris Entner [ctb],
  Patrik Hoyer [ctb],
  Antti Hyttinen [ctb],
  Jonas Peters [ctb],
  Nicoletta Andri [ctb],
  Emilija Perkovic [ctb],
  Preetam Nandy [ctb],
  Philipp Ruetimann [ctb],
  Daniel Stekhoven [ctb],
  Manuel Schuerch [ctb]
Depends: R (>= 3.2.3)
LinkingTo: Rcpp (>= 0.11.0), RcppArmadillo, BH
Imports: stats, graphics, utils, methods, graph, igraph, ggm, Rcpp,
        sfsmisc, lavaan, Rgraphviz
Suggests: knitr, rmarkdown
LazyData: true
VignetteBuilder: knitr
ByteCompile: yes
NeedsCompilation: yes
Encoding: UTF-8
License: GPL (>= 2)
Packaged: 2019-01-04 16:04:57 UTC; noahfl
Repository: CRAN
RoxygenNote: 6.1.0
Date/Publication: 2019-01-25 15:50:03 UTC
