mschauer / CausalInference.jl

Causal inference, graphical models and structure learning in Julia
https://mschauer.github.io/CausalInference.jl/latest/
Other
190 stars 24 forks source link

Write documentation for new adjustment functions #85

Closed mwien closed 1 year ago

mwien commented 1 year ago

I added the docs for the gensearch functions to docs/src/library.md. The documentation should now be visible/searchable.

We could work further on the documentation for the functions in gensearch.jl and maybe write a new Example section on this topic.

Or we could go for a quick merge...

[I made some changes for my local config in docs/make.jl which should not be merged, we can just replace it by the file in main before merging...]

mschauer commented 1 year ago

@goedman The adjustment set search might be of interest for you.

goedman commented 1 year ago

@mschauer Absolutely! Will start exploring it and update the different notebooks! Thanks for this great package!