Files with extension .Rmd are R Markdown files. We are going to practice compiling .Rmd files, i.e. knit them, to HTML pages.
problem_set_01Using a combination of Google, your instincts, and/or trial and error, find an one example of a name for a given sex whose popularity trend you find interesting. Add a sentence or two about your hypothesis as to why we see this trend. You’ll be copying over code from the example babynames.Rmd done in class for Lec03 below:
Name: Brad. I suspect that in the mid 2000’s, the name Brad spiked in popularity becuase of the actor Brad Pitt.
You do not need to do submit anything in this section, but please give it a quick read:
What is R Markdown? It’s R + Markdown. What is Markdown? Markdown is a way to quickly write HTML code to publish to a webpage. We will be learning these on an “as needed basis”, but take a look and the commands below, and see what they look like after you Knit the page; they are rather simple to understand. You can see a full list of Markdown commands by going to RStudio menu bar -> Help -> Markdown Quick Reference.
Quick lists:
Quick URLs: https://www.nhl.com/
Quick numbered lists:
Tables:
| First Header | Second Header |
|---|---|
| Content Cell | Content Cell |
| Content Cell | Content Cell |
LaTeX for fancy math equations:
\(\frac{1}{\sqrt{2\pi\sigma^2}}\exp\left(-\frac{(x-\mu)^2}{2\sigma^2}\right)\)