From 5fca1d96f2a62791e3e8e4dab3914a29d0b1fc33 Mon Sep 17 00:00:00 2001 From: sepehr78 Date: Thu, 25 Jul 2024 00:15:47 +0200 Subject: [PATCH] Updated typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfa45f3..2585d21 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ julia> ]add RecursiveCausalDiscovery ``` # How to use -The package so far has only one algorithm implemented: RSL-D, which can be called using the `rsld` function. The function takes the data matrix/table and a conditional independence test function as input, and returns the complete partially oriented directed acyclic graph (CPDAG) as output. +The package so far has only one algorithm implemented: RSL-D, which can be called using the `rsld` function. The function takes the data matrix/table and a conditional independence test function as input, and returns the completed partially oriented directed acyclic graph (CPDAG) as output. ## Simple example In this example, a csv file named `data.csv` is loaded, and the RSL-D algorithm is used to learn the CPDAG. The conditional independence test is based on the Fisher's Z-test.