Even though I missed class on Tuesday and had to complete the installation process by following the recorded video, it was a very smooth process. I feel less intimidated because RStudio doesn’t feel nearly as daunting anymore.
I took an Audience Analysis course for my other major through the Media School and the whole class was based on SPSS. Although I will say that I didn’t have a very good professor so I didn’t understand the software well and that’s why I don’t really remember what I learned either.
# install.packages("psych")
# install.packages("psychTools")
library(psych)
library(psychTools)
data("epi.bfi")
hist(epi.bfi$bdi)
mean(epi.bfi$bdi)
## [1] 6.779221