forked from NSAPH/GPSmatching
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_pkgdown.yml
executable file
·63 lines (56 loc) · 1.42 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
59
60
61
url: https://NSAPH-Software.github.io/CausalGPS/
home:
title: Implementing matching, and weighting on GPS with continuous exposures.
template:
bootstrap: 5
bslib:
bg: "#FEFFFF"
fg: "#202123"
primary: "#306cc9"
reference:
- title: CausalGPS Package
contents:
- CausalGPS-package
- title: Estimate GPS values
contents:
- estimate_gps
- title: Generate pseudo population
contents:
- generate_pseudo_pop
- compile_pseudo_pop
- check_covar_balance
- absolute_corr_fun
- absolute_weighted_corr_fun
- title: Outcome models
contents:
- estimate_npmetric_erf
- estimate_semipmetric_erf
- estimate_pmetric_erf
- title: Utilities
contents:
- generate_syn_data
- set_logger
- get_logger
- plot.gpsm_erf
- plot.gpsm_pspop
- print.gpsm_erf
- print.gpsm_pspop
- summary.gpsm_erf
- summary.gpsm_pspop
- title: Data
contents:
- synthetic_us_2010
articles:
- title: Introduction
navbar: Introduction
contents: [Estimating-GPS,
Generating-Pseudo-Population,
Outcome-Models,
Generating-Synthetic-Data,
Synthetic-Medicare,
ERF-Kernel-Smoothing,
Frequently-Asked-Questions,]
- title: Collabration
navbar: Collabration
contents: [Developers-Guide, Testing-the-Package, Notes-on-SL-Wrapper,
Singularity-Image]