This is an R Markdown presentation.
Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents.
For more details on using R Markdown consult the R Markdown page on the course website.
9/2/2021
This is an R Markdown presentation.
Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents.
For more details on using R Markdown consult the R Markdown page on the course website.
R markdown is a convenient way to present your R scripts that allows you to:
You will be handing in all of your homework as .Rmd documents.
From within RStudio, you need to do four things:
In the RStudio menu, select File => New File => R Markdown …
\
for special symbols like Greek letters$
and $$
for LaTeX-formatted equations#
echo=FALSE
to hide the code; eval=FALSE
to hide execution result (TRUE by default)