-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.Rmd
30 lines (26 loc) · 1.1 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
---
title: "Decision Curve Analysis Tutorial"
output: html_document
---
<!-- auto redirecting users to the tutorial -->
<meta http-equiv="Refresh" content="0; url='https://www.danieldsjoberg.com/dca-tutorial/dca-tutorial-r.html'" />
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
options(knitr.duplicate.label = "allow")
```
```{r, render, echo = FALSE, include=FALSE}
rmarkdown::render("dca-tutorial.Rmd",
params = list(language = "r"),
output_file = "dca-tutorial-r.html")
rmarkdown::render("dca-tutorial.Rmd",
params = list(language = "stata"),
output_file = "dca-tutorial-stata.html")
rmarkdown::render("dca-tutorial.Rmd",
params = list(language = "sas"),
output_file = "dca-tutorial-sas.html")
rmarkdown::render("dca-tutorial.Rmd",
params = list(language = "python"),
output_file = "dca-tutorial-python.html")
```
Welcome to the tutorial for Decision Curve Analysis.
You're being redirected to https://www.danieldsjoberg.com/dca-tutorial/dca-tutorial-r.html