-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
45 lines (42 loc) · 996 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
38
39
40
41
42
43
reference:
- title: Set-up and display decision tree
desc: ~
contents:
- '`costeffectiveness_tree`'
- '`print.costeffectiveness_tree`'
- title: Manipulate decision tree
desc: ~
contents:
- '`assign_branch_vals`'
- '`assign_branch_values`'
- '`fill_in_missing_tree_probs`'
- '`myPruneFun`'
- '`Nodelabel`'
- '`get_start_state_proportions`'
- title: Calculate decision analysis outcomes
desc: ~
contents:
- '`MonteCarlo_expectedValues`'
- '`calc_expectedValues`'
- '`calc_pathway_probs`'
- '`calc_riskprofile`'
- '`payoff`'
- '`decision`'
- title: Sample from and transform distributions
desc: ~
contents:
- '`sample_distributions`'
- '`means_distributions`'
- '`get_sd_from_normalCI`'
- '`MoM_beta`'
- '`MoM_gamma`'
- '`rbeta_more_params`'
- '`rgamma_more_params`'
- '`rpert`'
- title: Distributions on the decision tree
desc: ~
contents:
- '`f_NodeUniform`'
- '`meanNodeUniform`'
- '`sampleNode`'
- '`sampleNodeUniform`'