CRAN
DGM 1.7.2
Dynamic Graphical Models
Released Feb 22, 2018 by Simon Schwab
Dependencies
reshape2 1.4.3 data.table 1.10.4-3 RcppArmadillo 0.8.300.1.0 ggplot2 2.2.1 Rcpp
Dynamic graphical models for multivariate time series data to estimate directed dynamic networks in functional magnetic resonance imaging (fMRI), see Schwab et al. (2017)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>DGM</artifactId> <version>1.7.2-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:DGM')
Test Results
This package was last tested against Renjin 0.9.2597 on Feb 24, 2018.
- Running_MDM_functions.Calculate_LPLs:_1_parent_E1
- Running_MDM_functions.Calculate_LPLs:_1_parent_E2
- Running_MDM_functions.Calculate_LPLs:_2_parents_E1
- Running_MDM_functions.Calculate_LPLs:_2_parents_E2
- Running_MDM_functions.Calculate_LPLs:_3_parents_E1
- Running_MDM_functions.Calculate_LPLs:_3_parents_E2
- Running_MDM_functions.Calculate_LPLs:_4_parents_E1
- Running_MDM_functions.Calculate_LPLs:_4_parents_E2
- Running_MDM_functions.center
- binom.nettest-examples
- center-examples
- corTs-examples
- dgm.group-examples
- dlm.lpl-examples
- exhaustive.search-examples
- getModel-examples
- gplotMat-examples
- model.generator-examples
- patel-examples
- patel.group-examples
- perf-examples
- priors.spec-examples
- pruning-examples
- rand.test-examples
- reshapeTs-examples
- rmdiag-examples
- rmna-examples
- scaleTs-examples
- subject-examples
- symmetric-examples
- testthat