forked from sachsmc/causaloptim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
37 lines (36 loc) · 920 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
destination: docs
reference:
- title: "Shiny interface"
desc: >
Most users will only need to use this function.
contents:
- specify_graph
- causaloptim
- title: "Direct interface"
desc: "Functions for creating and interacting with the algorithm."
contents:
- analyze_graph
- optimize_effect
- optimize_effect_2
- update_effect
- interpret_bounds
- simulate_bounds
- latex_bounds
- plot.linearcausalproblem
- print.linearcausalproblem
- title: "Utilities"
desc: "Internal functions"
contents:
- causalproblemcheck
- constraintscheck
- create_effect_vector
- create_q_matrix
- create_response_function
- create_R_matrix
- graphrescheck
- get_default_effect
- opt_effect
- parse_constraints
- parse_effect
- plot_graphres
- querycheck