Skip to content

Commit

Permalink
made contributing guidelines more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
till-tietz committed Oct 29, 2024
1 parent 5f7860d commit 3193825
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
File renamed without changes.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
![](https://cranlogs.r-pkg.org/badges/grand-total/CausalQueries)
<!-- badges: end -->

https://integrated-inferences.github.io/CausalQueries/

`CausalQueries` is a package that lets you declare binary causal models, update beliefs about causal types given data and calculate arbitrary estimands. Model definition makes use of `dagitty` functionality. Updating is implemented in `stan`.

* See vignettes for a guide to getting started.

* See [here](https://macartan.github.io/assets/pdf/papers/2024_CausalQueries.pdf) for a guide to using `CausalQueries` along with many examples of causal models

* See [website](https://integrated-inferences.github.io/CausalQueries/) for a comprehensive overview of `CausalQueries`



## Installation
Expand All @@ -30,7 +30,12 @@ install.packages("devtools")
devtools::install_github("integrated-inferences/CausalQueries")
```

## Causal models
## Helping Out \& Contributing

`CausalQueries` is an open and active developer community. We welcome contributions and are excited you are keen to get involved.
Please refer to the [contributing guidelines](CONTRIBUTING.md) to get started.

## Causal Models

Causal models are defined by:

Expand Down

0 comments on commit 3193825

Please sign in to comment.