-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_pkgdown.yml
More file actions
35 lines (33 loc) · 808 Bytes
/
Copy path_pkgdown.yml
File metadata and controls
35 lines (33 loc) · 808 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
template:
params:
bootswatch: united
navbar:
left:
- text: "Guide"
href: articles/index.html
- text: "Functions"
href: reference/index.html
right:
- text: "Source"
href: https://github.com/explodecomputer/simulateGP
articles:
- title: "Guides"
desc: >
The following pages provide illustrations of how to conduct simulations.
contents:
- simplemr
- twosamplemr
- simulate_gwas
- title: "Theory and experiments"
desc: >
A set of notebooks that give some background to the functions in the package
contents:
- sample_overlap
- weak_instruments
- gwas_summary_data
- ld_matrices
- mr_dgp
- gwas_summary_data_ld
- generate_ldobj
- susie_check
- sample_overlap_theory