-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
62 lines (55 loc) · 1.07 KB
/
_quarto.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
62
project:
type: book
output-dir: docs
execute:
freeze: auto
author:
- name: Ehsan Karim
orcid: 0000-0002-0346-2871
email: [email protected]
affiliations:
- name: School of Population and Public Health, UBC
url: https://ehsank.com/
google_scholar_id: fStySaMAAAAJ
twitter_handle: ehsan7x
book:
title: "Propensity Score Analyses in Complex Surveys"
reader-mode: true
search: true
page-navigation: true
twitter-card: true
sidebar:
style: docked
background: light
date: today
chapters:
- index.qmd
- param.qmd
- balance.qmd
- psm.qmd
- psms.qmd
- assume.qmd
- psws.qmd
- report.qmd
- add.qmd
highlight-style: pygments
format:
html:
toc: true
theme: cosmo
df-print: paged
code-fold: true
code-overflow: wrap
code-copy: hover
code-link: true
code-tools:
source: false
toggle: true
caption: none
knitr:
opts_chunk:
collapse: true
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true
editor: visual