ECON 413
Reproducible Research

Erol Taymaz
Department of Economics
Middle East Technical University

Reproducible research

Reproducible research

Text and formatting

Code

Code chunk options

Tables

An example

Third level heading

A code chunk

aa <- data.frame(id = c(1:5), grade = rnorm(5))
aa
##   id      grade
## 1  1  1.3016684
## 2  2  0.2411502
## 3  3 -0.1859753
## 4  4  0.9053623
## 5  5 -0.3159602

Inline code

Mean of grade is 0.3892491

Bold and italics

Bold and italics are used here.

Block quote

Block quote is here.

Unordered list

Ordered list

  1. Ordered list 1
  2. Ordered list 2
    1. Sub-list 1
    2. Sub-list 2

html codes

We can also use html codes

150% bigger font

Equations

A3 and AX

\(A = \pi*r^{2}\)

Tables

header 1 Header 2
Cell 1 Cell 2
Cell 3 Cell 4

R Markdown info

R Markdown Cheat Sheet

R Markdown: The Definitive Guide by Yihui Xie, J. J. Allaire, Garrett Grolemund