-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
92 lines (84 loc) · 1.91 KB
/
_pkgdown.yml
File metadata and controls
92 lines (84 loc) · 1.91 KB
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
url: https://StatisticsHealthEconomics.github.io/outstandR/
authors:
Nathan Green:
href: https://n8thangreen.github.io/
build:
vignettes: false
news:
cran_dates: false
template:
bootstrap: 5
# theme: atom-one-light
bslib:
font_scale: 1.0
params:
bootswatch: flatly
navbar:
structure:
left: [home, reference, articles, news]
right: [search, github]
components:
home:
text: "Home"
href: index.html
reference:
text: "Functions"
href: reference/index.html
articles:
text: "Articles"
href: articles/index.html
news:
text: "News"
href: news/index.html
reference:
- title: "Main"
desc: "Main analysis functions."
contents:
# - outstandR-package
- starts_with("outstandR")
- strategy
- title: "Constituent statistics"
desc: "Helper functions used by the main functions."
contents:
- marginal_treatment_effect
- marginal_variance
- calculate_trial_variance
- calculate_ate
- calculate_trial_mean
- calculate_trial_mean_binary
- calculate_trial_mean_continuous
- calculate_trial_mean_count
- calculate_trial_variance_binary
- calculate_trial_variance_continuous
- calculate_trial_variance_count
- estimate_var_sandwich
- starts_with("calc_")
- get_treatment_effect
- title: "Miscellaneous"
contents:
- print.outstandR
- plot.outstandR
- summary.outstandR
- reshape_ald_to_long
- reshape_ald_to_wide
- title: "Data"
contents:
- AC_IPD_binY_contX
- BC_ALD_binY_contX
- AC_IPD_contY_mixedX
- AC_IPD_countY_contX
- BC_ALD_contY_mixedX
- BC_ALD_countY_contX
- title: "Classes"
contents:
- strategy-class
# articles:
# - title: "Binary outcome data example"
# contents:
# - "Binary_outcome_example"
# - title: "Continuous outcome data example"
# contents:
# - "Continuous_outcome_example"
# - title: "Count outcome data example"
# contents:
# - "Count_outcome_example"