Rithika Kumar
Sep 6, 2019
Talk to your partner and introduce them!
Timeline - Important Dates
R scrrenshot
Rather than manually pressing run each time, use command + enter at the end of the code line
“#” can be use in front of a line if you want to comment on your code
R can do many statistical and data analyses. They are organized in so-called packages or libraries
You already installed one yesterday! (Remember?)
To find out what packages you already have click on packages in the bottom right pane
Check if you have , ,
If you don’t then type the followin on your script
install.packages("rmarkdown")
install.packages("knitr")
install.packages("tinytex")
tinytex::install_tinytex()
You will be using R Markdown to submit your problem sets so let’s get familiar with it
Complete the following exercise in a new R Mardown file and knit it to a PDF