-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
65 lines (60 loc) · 1.11 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
template:
bootstrap: 5
url: https://icon-in-r.github.io/NMA/
reference:
- title: NMA functions
contents:
- NMA
- NMA_run
- NMA_update
- new_NMA
- new_NMA_dir
- title: BUGS functions
contents:
- bugs_stats
- make_bugs_filename
- my_bugs_summary
- save_bugs_files
- title: Plotting and tables
contents:
- diagnostic_plots
- pairwiseTable
- plot
- plotNetwork
- plots_and_tables
- rankProbPlot
- txEffectPlot
- varPlot
- title: Other functions
contents:
- createFolders
- custom_fns
- load_input_data
- make_labels
- nma_helper
- nma_outputs
- prep_codeData
- print
- setupData
- validate_nma
- title: Data
contents:
- survDataHR
- survDataBin
- survDataMed
- binData
- countData
- contsData
navbar:
components:
articles:
text: Articles
menu:
- text: Using survival data
href: articles/how-to-use-nma-test-data.html
- text: Reference file
href: articles/reference-file-test-data.html
- text: Using binary data
href: articles/count-data.html
- text: Using count data
href: articles/binary-data.html