-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
58 lines (55 loc) · 1.26 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
url: https://openpharma.github.io/RobinCar2
template:
bootstrap: 5
bootswatch: cerulean
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
aria-label: github
href: https://github.com/openpharma/RobinCar2
reference:
- title: Package
contents:
- RobinCar2-package
- title: Main Function
contents:
- robin_glm
- title: Counter Factual Predictions
contents:
- predict_counterfactual
- title: Contrasts
contents:
- h_diff
- h_ratio
- h_odds_ratio
- title: Jacobian of Contrasts
contents:
- h_jac_diff
- h_jac_ratio
- h_jac_odds_ratio
- title: Treatment Effects
contents:
- treatment_effect
- difference
- risk_ratio
- odds_ratio
- title: Robust Variance
contents:
- vcovG
- vcovHC
- title: Dummy Data
contents:
- dummy_data
- title: Utilities
contents:
- find_data