You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ StructuralCausalModels.jl (SCM) is a Julia package to analyse directed acyclic g
4
4
5
5
My initial goal for this package is to have a way to apply SCM ideas to the examples in [StatisticalRethinking.jl](https://github.com/StatisticalRethinkingJulia), i.e. a working version of `basis_set()`, `d_separation()`, `pcor_test()` and `adjustment_sets()`.
6
6
7
-
All three above references are great introductions to the use of causal models to help in understanding confounding in statistical models.
7
+
All three above references are great introductions to the use of causal models to help in understanding confounding in statistical multiple regression models based on observational data.
8
8
9
9
[StructuralCausalModels.jl](https://github.com/StatisticalRethinkingJulia/StructuralCausalModels.jl) is part of the [StatisticalRethinkingJulia](https://github.com/StatisticalRethinkingJulia) eco system. The package, once registered, can be installed using `] add StructuralCausalModels`.
0 commit comments