-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.Rmd
43 lines (38 loc) · 1.47 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: <span style="font-size:150%; font-variant:small-caps; font-style:italic; ">Become a Bayesian with R & Stan</span>
author: |
<div class="title"><span style="font-size:125%; font-variant:small-caps; font-style:normal">Michael Clark</span><br>
<span style="font-size:75%; margin: 0 auto; font-style:normal">Statistician Lead</span> <br>
<img src="img/signature-acronym.png" style="width:24%; padding:10px 0;"> <br>
<img src="img/ARC-acronym-signature.png" style="width:17%; padding:10px 0;"> </div>
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output:
bookdown::tufte_html_book:
toc: yes
number_sections: false
css: [toc_test.css, notebooks.css]
split_by: rmd
# tint::tintHtml:
# default: TRUE
# self_contained: TRUE
# bookdown::gitbook:
# css: [notebooks.css]
# highlight: pygments
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: m-clark/Workshops
description: "An introduction to using R for Bayesian data analysis."
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, comment=NA, cache=F, message = F, warning=F,
R.options=list(width=120), fig.align='center')
# automatically create a bib database for R packages
knitr::write_bib(c(.packages(), 'bookdown', 'knitr', 'rmarkdown'), 'packages.bib')
```
```{r echo=FALSE}
library(tufte); library(tidyverse)
```
# <span style="color:transparent">Home</span>