-
Notifications
You must be signed in to change notification settings - Fork 16
/
_pkgdown.yml
86 lines (80 loc) · 1.88 KB
/
_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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
url: https://n8thangreen.github.io/BCEA/
news:
cran_dates: false
template:
bootstrap: 5
theme: atom-one-light
bslib:
font_scale: 1.0
navbar:
structure:
left: [intro, reference, articles, tutorials, news, cheatsheet]
right: [search, github]
components:
cheatsheet:
text: "Cheatsheet"
href: "bcea_cheatsheet.pdf"
reference:
- title: "Main"
contents:
- BCEA-package
- bcea
- new_bcea
- title: "Setters"
desc: "Functions for modifying or extending a `bcea()` analysis."
contents:
- starts_with("setComparisons")
- starts_with("setKmax")
- starts_with("setReferenceGroup")
- mixedAn<-
- CEriskav
- multi.ce
- struct.psa
- title: "Plotting"
desc: "Functions for plotting a wide variety of cost-effectiveness plots in base R, ggplot2 and plotly."
contents:
- starts_with("ceac")
- starts_with("ceaf")
- starts_with("ceef")
- starts_with("ceplane")
- starts_with("contour")
- starts_with("eib.plot")
- starts_with("evi.plot")
- starts_with("evi_plot_graph")
- ib.plot
- starts_with("ib_plot")
- info.rank
- starts_with("info_rank_graph")
- plot.bcea
- plot.CEriskav
- starts_with("CEriskav_plot_graph")
- plot.evppi
- starts_with("evppi_plot_graph")
- title: "Statistics"
desc: "Lower level functions for computing a range of cost-effectiveness statistics."
contents:
- best_interv_given_k
- starts_with("compute_")
- title: "Outputs"
desc: "Functions for reporting the results of the cost-effectiveness analysis."
contents:
- make.report
- sim_table
- tabulate_means
- starts_with("summary")
- title: "Miscellaneous"
desc: "Helper functions and other intermediate computations."
contents:
- starts_with("createInputs")
- evppi
- is.bcea
- print.bcea
- select_plot_type
- title: "Data"
contents:
- Smoking
- Vaccine
- title: "Deprecated"
contents:
- mce.plot
- plot.mixedAn