-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
39 lines (36 loc) · 1 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
url: https://genentech.github.io/psborrow2
template:
bootstrap: 5
bootswatch: cerulean
favicon: man/figures/favicon.ico
includes:
in_header: |
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125641273-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-125641273-1');
</script>
navbar:
right:
- icon: fa-github
href: https://github.com/Genentech/psborrow2
articles:
- title: Core tutorials
desc: ~
contents:
- "`psborrow2`"
- "`dataset`"
- "`prior_distributions`"
- "`simulation_study`"
- "`propensity_scores`"
- "`weighting`"
- "`data_simulation`"
- "`simple_overview`"
- title: Deep dive into matching/weighting
desc: ~
contents:
- "match_weight_01_methods"
- "match_weight_02_application"