
Colorado State University
Helpful Resources
Here’s where I’ll share links to awesome resources and cool stuff I mention in the modules or just think you might like!
Installing R and RStudio
R Markdown
- 
Chapter 1 Installation | R Markdown: R Markdown is a powerful tool for combining analysis and reporting into the same document. 
- 
Install LaTeX (TinyTeX) for PDF reports - 
More about TinyTeX 
 
- 
To Start off:
- 
Here are great online tutorials: https://posit.cloud/learn/recipes 
- 
Used to SAS or STATA? These guides ( SAS and Stata) can help you translate from those languages to R. 
- 
It may sound silly, but copying and pasting error messages into Google is usually the fastest way to solve a tricky problem. You will almost certainly end up on the relevant stack overflow question page, because someone somewhere has experienced the error you’ve encountered.​ 
Just For Fun
devtools::install_github("itsrainingdata/emokid")
library(emokid)
iamsad()
iamlesssad()
​mymood()