Contents I. Section
1
R Markdown Sample Template
I.1Subsection …………………………………………. 1 Note: To access your textbook resources type the following on the console:
I. Section
You can include a discussion here and insert figures like this:
Figure 1: Figure Title would go here
I.1 Subsection
You can add subsections well. And below is an example of how to include R code.
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -1.68029 -0.62207 -0.12708 0.03923 0.62908 2.35659
Equations can easily be written following LaTeX syntax.
k = 1 + log2(n)
#library(car)
#carWeb()
library(pastecs)
# Summary for 1 variable: summary(rnorm(100),norm=TRUE)
1