-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
executable file
·93 lines (88 loc) · 2.76 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
85
86
87
88
89
90
91
92
93
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: "flexsurvPlus"
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/flexsurvPlus
reference:
- title: "Package information"
contents:
- flexsurvPlus
- title: "Core functions"
desc: >
These functions are the core functions used to perform survival analysis.
contents:
- runPSM
- bootPSM
- summaryPSM
- summaryKM
- title: "Supporting functions"
desc: >
These functions are provided for convinience but are not part of core workflow
contents:
- sim_adtte
- title: "STEM appendix"
desc: >
These functions are used to convert to parametrizations that were used in a prior SAS
macro. For most users these can be safely ignored.
contents:
- convSTEM
articles:
- title: "Introduction"
desc: >
These vignettes illustrate how **flexsurvPlus** can be used to prepare inputs in R
for inclusion into Excel based economic models.
contents:
- Fitting_models_in_R
- Bootstrap_models_in_R
- title: "Excel examples"
desc: >
These vignettes provide examples using some included Excel files to demonstrate
a complete workflow.
contents:
- Excel_example_ex1
- Excel_example_ex3
- title: "Methods appendix"
desc: >
These vignettes provide more details on the methods used and formulas for parametric forms
and related surival and hazard functions.
contents:
- Model_theory
- title: "STEM appendix"
desc: >
These vignettes describe how to convert to parametrizations that were used in a prior SAS
macro. For most users this vignette can be safely ignored.
contents:
- STEM_compatibility
- Excel_example_ex2