top of page

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

To Start off:

  • Here are great online tutorials: https://posit.cloud/learn/recipes

  • Book: Hands-On Programming with R 

  • 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()

bottom of page