Skip to content

Commit

Permalink
Updated codes and README
Browse files Browse the repository at this point in the history
  • Loading branch information
chirayukong committed Aug 10, 2018
1 parent cb2a051 commit b549c30
Show file tree
Hide file tree
Showing 408 changed files with 36,114 additions and 17,574 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rcausal
Version: 1.1.0
Date: 2018-8-9
Date: 2018-8-10
Title: R-Causal Library
Author: Chirayu Wongchokprasitti
Maintainer: Chirayu Wongchokprasitti <[email protected]>
Expand All @@ -12,4 +12,4 @@ SystemRequirements: Java (>= 1.8), JRI
License: LGPL (>= 2.1)
biocViews: Bayesian, GraphAndNetwork
NeedsCompilation: no
Packaged: 2018-3-29 EDT
Packaged: 2018-8-10 EST
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ tetradrunner <- tetradrunner(algoId = 'fges',df = audiology,scoreId = 'bdeu',dat
alpha=0.1,faithfulnessAssumed=TRUE,maxDegree=-1,verbose=TRUE, priorKnowledge = prior)
```

#### Plot a DOT graph
```R
library(DOT)
graph_dot <- tetradrunner.tetradGraphToDot(tetradrunner$graph)
dot(graph_dot)
```

## Useful `rJava` Trouble-shooting Installation in Mac OS X Links

1. [http://stackoverflow.com/questions/26948777/how-can-i-make-rjava-use-the-newer-version-of-java-on-osx/32544358#32544358](http://stackoverflow.com/questions/26948777/how-can-i-make-rjava-use-the-newer-version-of-java-on-osx/32544358#32544358)
Expand Down
Binary file modified inst/java/causal-cmd-0.4.0-SNAPSHOT-jar-with-dependencies.jar
Binary file not shown.
830 changes: 551 additions & 279 deletions java/edu/cmu/tetrad/algcomparison/Comparison.java

Large diffs are not rendered by default.

Loading

0 comments on commit b549c30

Please sign in to comment.