Skip to content

Commit 9a8d506

Browse files
Small README update
1 parent 2fc5197 commit 9a8d506

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ library(caugi)
3333

3434
## The basic object: `caugi`
3535

36-
A `caugi` is the bread and butter of `caugi`. It is easy to create, query, and modify.
36+
A `caugi` graph object is the bread and butter of the `caugi` package. It is easy to create, query, and modify.
3737

38-
You can create simple graphs as well as a number of predefined graph classes. Currently, we only support `"UNKNOWN"`, `"DAG"`, or `"PDAG"`. We plan on supporting several other causal graph types in future releases, such as `"PAG"`, `"CPDAG"`, `"MAG"`, `"SWIG"`, and `"ADMG"`.
38+
You can create simple graphs as well as a number of predefined graph classes. Currently, we only support `"UNKNOWN"`, `"DAG"`, or `"PDAG"`. We plan on supporting several other causal graph types in future releases, such as `"PAG"`, `"MAG"`, `"SWIG"`, and `"ADMG"`.
3939

4040
```{r}
4141
# a tiny DAG

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ causality or if you are learning about causal graphs for the first time,
2828

2929
## The basic object: `caugi`
3030

31-
A `caugi` is the bread and butter of `caugi`. It is easy to create,
32-
query, and modify.
31+
A `caugi` graph object is the bread and butter of the `caugi` package.
32+
It is easy to create, query, and modify.
3333

3434
You can create simple graphs as well as a number of predefined graph
3535
classes. Currently, we only support `"UNKNOWN"`, `"DAG"`, or `"PDAG"`.
3636
We plan on supporting several other causal graph types in future
37-
releases, such as `"PAG"`, `"CPDAG"`, `"MAG"`, `"SWIG"`, and `"ADMG"`.
37+
releases, such as `"PAG"`, `"MAG"`, `"SWIG"`, and `"ADMG"`.
3838

3939
``` r
4040
# a tiny DAG

0 commit comments

Comments
 (0)