This is a test

How was the install process?

It was great!

What other statistical software have you used?

Microsoft Excel

# install.packages("psych")
# install.packages("psychTools")

library(psych)
library(psychTools)

data(epi.bfi)

hist(epi.bfi$bdi)

mean(epi.bfi$bdi)
## [1] 6.779221