-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
47 lines (45 loc) · 1.13 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
navbar:
type: inverse
structure:
left:
- home
- reference
- articles
right:
- github
components:
home:
icon: fas fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
text: Supplement
menu:
- text: Generating simulated data
href: articles/data-generation.html
- text: Performance measures
href: articles/performance-measures.html
- text: "Full results: regression coefficients"
href: articles/regr-results-full.html
- text: "Full results: predictions"
href: articles/preds-results-full.html
github:
icon: fab fa-github fa-lg
href: https://github.com/survival-lumc/CauseSpecCovarMI
reference:
- title: Functions
desc: Useful functions beyond scope of simulation study
contents:
- cuminc_weib
- rweibull_KM
- nelsaalen_timefixed
- choose_standard_refpat
- make_mstate_refpat
- pool_morisot
- ggplot_nlp
- title: Datasets
desc: Summarised simulation data and synthetic version of applied dataset
contents:
- has_keyword("datasets")