We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b41f6e commit 9ae0122Copy full SHA for 9ae0122
docs/source/index.rst
@@ -21,6 +21,7 @@ causarray is a Python module for simultaneous causal inference with an array of
21
:glob:
22
:caption: Main functions
23
24
+ main_function/preprocess
25
main_function/gcate
26
main_function/lfc
27
docs/source/main_function/preprocess.rst
@@ -0,0 +1,4 @@
1
+Preprocessing
2
+=================================
3
+.. automodule:: causarray.util
4
+ :members: prep_causarray_data
0 commit comments