Yihui Xie, RStudio Inc
March 13, 2015 @ Wright State University
Please do that again! (sorry we made a mistake in the data, want to change a parameter, and yada yada)
i.e. computing languages + authoring languages
We built a linear regression model.
```{r}
fit <- lm(dist ~ speed, data = cars)
b <- coef(fit)
plot(fit)
```
The slope of the regression is `r b[1]`.
an example
install.packages('knitr')
)\section{Introduction}
We did a \emph{cool} study, and our main findings:
\begin{enumerate}
\item You can never remember how to escape backslashes.
\item A dollar sign is \$, an ampersand \&, and a \textbackslash{}.
\item How about ~? Use $\sim$.
\end{enumerate}
# Introduction
We did a _cool_ study, and our main findings:
1. You do not need to remember a lot of rules.
2. A dollar sign is $, an ampersand is &, and a backslash \.
3. A tilde is ~.
Write content instead of markup languages.
\textbf{\textsf{}}
?