forked from NSAPH-Software/CausalGPS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
executable file
·37 lines (34 loc) · 880 Bytes
/
_pkgdown.yml
File metadata and controls
executable file
·37 lines (34 loc) · 880 Bytes
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
template:
params:
bootswatch: cosmo
docsearch:
api_key: API_KEY
index_name: INDEX_NAME
reference:
- 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
articles:
- title: Introduction
navbar: Introduction
contents: [Estimating-GPS,Generating-Pseudo-Population,Outcome-Models,Generating-Synthetic-Data,FAQ]
- title: Collabration
navbar: Collabration
contents: [Developers-Guide, Testing-the-Package, Notes-on-SL-Wrapper]