-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
43 lines (38 loc) · 1.24 KB
/
index.Rmd
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
---
title: "Illustrative example of Per-protocol effect estimation in R"
author: "Lucy Mosquera & Ehsan Karim"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output:
bookdown::html_document2:
includes:
in_header: header.html
css: [style.css]
bookdown::gitbook:
includes:
in_header: header.html
bookdown::pdf_book:
includes:
in_header: header.html
documentclass: book
link-citations: yes
github-repo: ehsanx/IPAW-Per-protocol-Estimator
description: "Implementing TMLE"
header-includes:
- \usepackage{tcolorbox}
- \newtcolorbox{blackbox}{colback=black,colframe=orange,coltext=white,boxsep=5pt,arc=4pt}
- \usepackage{color}
- \usepackage{framed}
- \setlength{\fboxsep}{.8em}
---
\newenvironment{blackbox}{
\definecolor{shadecolor}{rgb}{0, 0, 0} % black
\color{white}
\begin{shaded}}
{\end{shaded}}
# Citation {-}
Supplementary materials. Check the main article for the analytic and theoretical details, and complete citations from the literature.
```{block, type='rmdcomment'}
**How to cite**
Mosquera, L and Karim, ME (2022) "Illustrative example of Per-protocol effect estimation in R", URL: [ehsanx.github.io/IPAW-Per-protocol-Estimator](https://ehsanx.github.io/IPAW-Per-protocol-Estimator)
```