How was the R install process? Very tedious, I will need to make sure I am giving attention to detail when coding. Other than that it went okay. ** How was the course folder organization process?** Organizing in OneDrive was simple, but I need to finish setting up the way files save from R still. # Installing new packages
#install.packages("psych")
#install.packages("psychTools")
library(psych)
library(psychTools)
data("epi.bfi")
hist(epi.bfi$bdi)
mean(epi.bfi$bdi)
## [1] 6.779221