-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_pkgdown.yml
More file actions
53 lines (53 loc) · 1.32 KB
/
_pkgdown.yml
File metadata and controls
53 lines (53 loc) · 1.32 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
destination: docs
template:
bootstrap: 5
bootswatch: lux
bslib:
pkgdown-nav-height: 100px
url: https://sachsmc.github.io/causaloptim
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_2
- initialize_graph
- create_causalmodel
- create_response_function
- create_linearcausalproblem
- latex_bounds
- sample_distribution
- rdirichlet
- check_constraints_violated
- check_linear_objective
- plot.linearcausalproblem
- print.linearcausalproblem
- print.causalmodel
- title: "Utilities"
desc: "Internal functions and deprecated"
contents:
- causalproblemcheck
- constraintscheck
- create_effect_vector
- create_q_matrix
- create_response_function
- graphrescheck
- get_default_effect
- opt_effect
- parse_constraints
- parse_effect
- plot_graphres
- querycheck
- simulate_bounds
- btm_var
- check_parents
- find_all_paths
- interpret_bounds
- list_to_path
- update_effect