Skip to content

Commit 17f80ac

Browse files
Fix broken reference
1 parent 8660a7c commit 17f80ac

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Presently, this package consists of a methods that implement the main algorithm
2424

2525
## Overview
2626

27-
The main method is `ccdr.run`, which runs the CCDr structure learning algorithm as described in \[[1-2](#references)\]. For simulating data from a Gaussian Bayesian network, the package provides the method `generate_mvn_data`. This method can simulate observational data or experimental data with interventions (or combinations of both).
27+
The main method is `ccdr.run`, which runs the CCDr structure learning algorithm as described in [[1-2](#references)]. For simulating data from a Gaussian Bayesian network, the package provides the method `generate_mvn_data`. This method can simulate observational data or experimental data with interventions (or combinations of both).
2828

2929
## Installation
3030

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Presently, this package consists of a methods that implement the main algorithm
1010
Overview
1111
--------
1212

13-
The main method is `ccdr.run`, which runs the CCDr structure learning algorithm as described in
14-
$$\[1-2\](\#references)$$
15-
. For simulating data from a Gaussian Bayesian network, the package provides the method `generate_mvn_data`. This method can simulate observational data or experimental data with interventions (or combinations of both).
13+
The main method is `ccdr.run`, which runs the CCDr structure learning algorithm as described in \[[1-2](#references)\]. For simulating data from a Gaussian Bayesian network, the package provides the method `generate_mvn_data`. This method can simulate observational data or experimental data with interventions (or combinations of both).
1614

1715
Installation
1816
------------

0 commit comments

Comments
 (0)