-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
78 lines (77 loc) · 2.34 KB
/
_quarto.yml
File metadata and controls
78 lines (77 loc) · 2.34 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
project:
type: book
preview:
browser: true
book:
title: "Programming notes"
chapters:
- index.qmd
- part: "General"
chapters:
- content/general/linux.md
- content/general/git.md
- content/general/process_mining.md
- content/general/counting_lines.md
- content/general/peer_review.md
- content/general/latex.md
- content/general/markdown.md
- content/general/kubernetes.md
- content/general/machine_learning.md
- content/general/open_science.md
- content/general/zenodo.md
- content/general/other.md
- part: "Python"
chapters:
- content/python/general.md
- content/python/environments.md
- content/python/seeds.ipynb
- content/python/simpy.qmd
- content/python/books.md
- content/python/quarto.md
- content/python/jupyter_book.md
- content/python/sphinx.md
- part: "R"
chapters:
- content/r/general.md
- content/r/packages.md
- content/r/environments.md
- part: "Simulation"
chapters:
- content/simulation/simulation.md
- content/simulation/discrete_event.md
- part: "Causal concepts"
chapters:
- content/causal_concepts/1_predict_vs_causal.qmd
- content/causal_concepts/2_intro_to_causality.qmd
- content/causal_concepts/3_dags.qmd
- content/causal_concepts/4_assumptions.md
- content/causal_concepts/5_estimands.md
- content/causal_concepts/6_propensity_scores.md
- content/causal_concepts/7_target_trial.md
- part: "Causal methods"
chapters:
- content/causal_methods/summary.md
- content/causal_methods/a1_multivariable_regression.qmd
- content/causal_methods/a2_stratification.qmd
- content/causal_methods/a3_matching.md
- content/causal_methods/a4_iptw.md
- content/causal_methods/b1_marginal_structural_models.md
- content/causal_methods/b2_gcomputation.qmd
- content/causal_methods/b3_gestimation.md
- content/causal_methods/c1_instrumental_variable.ipynb
- content/causal_methods/c2_regression_discontinuity.qmd
- content/causal_methods/c3_interrupted_time.md
- content/causal_methods/c4_diff_in_diff.md
- content/causal_methods/other.md
search:
location: navbar
type: overlay
navbar:
collapse: false
right:
- icon: github
href: https://github.com/amyheather/programming_notes
format:
html:
theme: cosmo
toc: true