-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
95 lines (84 loc) · 1.94 KB
/
Copy path_pkgdown.yml
File metadata and controls
95 lines (84 loc) · 1.94 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
93
94
95
url: https://yo5uke.com/coresynth
template:
bootstrap: 5
light-switch: true
development:
mode: auto
navbar:
structure:
left: [intro, articles, reference, news]
right: [search, lightswitch, github]
components:
articles:
text: Articles
menu:
- text: Estimators
href: articles/estimators.html
- text: Inference
href: articles/inference.html
- text: Staggered adoption
href: articles/staggered.html
articles:
- title: Articles
navbar: ~
contents:
- articles/estimators
- articles/inference
- articles/staggered
reference:
- title: Model fitting
desc: >
The unified formula interface and the experimental-design variant.
contents:
- scm_fit
- pred
- scm_design
- title: Inference
desc: >
Permutation, bootstrap, jackknife, parametric, and conformal inference
for the supported estimators.
contents:
- conformal_inference
- mspe_ratio_pval
- sdid_inference
- gsc_boot
- gsc_inference
- si_inference
- title: Diagnostics & robustness checks
desc: >
Validation exercises recommended by Abadie, Diamond & Hainmueller (2015).
contents:
- placebo_in_time
- loo_donors
- title: Augmentation & broom tidiers
desc: >
Augmented SCM and one-row tidiers for inference objects.
contents:
- augment_scm
- tidy.coresynth_inference
- glance.coresynth_inference
- title: Visualization & export
contents:
- plot.coresynth
- plot.scm_design
- export_json
- title: Package overview
contents:
- coresynth-package
- title: Low-level C++ routines
desc: >
Exported RcppArmadillo workhorses called internally by the wrappers.
Most users do not need these directly.
contents:
- scm_weights_cpp
- scm_inner_weights_cpp
- scm_placebo_cpp
- sdid_unit_weights_cpp
- sdid_time_weights_cpp
- sdid_estimate_cpp
- sdid_placebo_cpp
- gsc_ife_cpp
- si_pcr_cpp
- tensor_unfold_cpp
- soft_impute_cpp
- kalman_smoother_cpp