By the end of this workshop you should:
papaja
and bibtex..tex
, .docx
, .html
, .pdf
, etc# Header 1
creates a heading of the first level## Header 2
creates a heading of the second level### Header 3
…**bold**
creates bold*italic*
creates italic***bold and italic!***
creates bold and italic!x <- rnorm(100, 50, 20)
y <- rnorm(143, 51, 20)
t.test(x, y)
##
## Welch Two Sample t-test
##
## data: x and y
## t = 0.067369, df = 204.01, p-value = 0.9464
## alternative hypothesis: true difference in means is not equal to 0
## 95 percent confidence interval:
## -5.266346 5.638966
## sample estimates:
## mean of x mean of y
## 49.07422 48.88791
round(pi, 4)
latex
)papaja
(we’ll get into this in depth)Work through the handout accompanying these slides, which you can find at http://bit.ly/rmarkdown-pdf and http://bit.ly/rmarkdown-html