-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
executable file
·66 lines (63 loc) · 2.29 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
template:
includes:
in_header:
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SGZFXJEC6X"#' ></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SGZFXJEC6X');
</script>
navbar:
title: "gemtcPlus"
left:
- icon: fa-home
href: index.html
- text: "Vignettes"
href: articles/index.html
- text: "Functions"
href: reference/index.html
- text: "Other Packages"
menu:
- text: "Global-HTA-Evidence-Open"
href: https://roche.github.io/Global-HTA-Evidence-Open/index.html
- text: "flexsurvPlus"
href: https://roche.github.io/flexsurvPlus/index.html
- text: "gemtcPlus"
href: https://roche.github.io/gemtcPlus/index.html
- text: "MAIC"
href: https://roche.github.io/MAIC/index.html
- text: "rpsftmPlus"
href: https://roche.github.io/rpsftmPlus/index.html
- text: "descem"
href: https://roche.github.io/descem/index.html
right:
- icon: fa-github
href: https://github.com/Roche/gemtcPlus
articles:
- title: "Examples of reporting standard NMA"
desc: >
These examples illustrate how **gemtcPlus** can be used to simplify the
reporting of NMA performed via gemtc. Includes an example for an NMA
for Hazard Ratio (HR) and Odds Ratio (OR).
contents:
- example-nma-binary-data
- example-nma-hr-data
- title: "Examples of Time to Event NMA"
desc: >
These examples illustrate the use of more complex models included into
gemtcPlus for handling NMA on time to event data without making proportional
hazard assumptions. This includes Piecewise Exponential (PWE) models and
Fractional Polynomiol (FP) models with and without Random Effects (RE).
contents:
- example-nma-groupedTTE-PWE
- example-nma-groupedTTE-FP
- example-nma-groupedTTE-FP-RE
- title: "Developer examples"
desc: "These vignettes document the development process to contribute to this package."
contents:
- general-development-workflow
- documenting-functions
- building-tests
- building-reports