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.
Version: | 0.1.1 |
Depends: | R (≥ 3.2.3) |
Imports: | stats, graphics, utils, methods, graph, igraph, ggm, Rcpp, sfsmisc, lavaan, Rgraphviz |
LinkingTo: | Rcpp (≥ 0.11.0), RcppArmadillo, BH |
Suggests: | knitr, rmarkdown |
Published: | 2020-05-26 |
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] |
Maintainer: | Noah Frazier-Logue <n.frazier.logue at nyu.edu> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
Materials: | README |
CRAN checks: | IMaGES results |
Reference manual: | IMaGES.pdf |
Vignettes: |
IMaGES R Package and Algorithm |
Package source: | IMaGES_0.1.1.tar.gz |
Windows binaries: | r-devel: IMaGES_0.1.1.zip, r-release: IMaGES_0.1.1.zip, r-oldrel: IMaGES_0.1.1.zip |
macOS binaries: | r-release: IMaGES_0.1.1.tgz, r-oldrel: IMaGES_0.1.1.tgz |
Old sources: | IMaGES archive |
Please use the canonical form https://CRAN.R-project.org/package=IMaGES to link to this page.