This is a tutorial in progress on how to calculate Cronbach’s alphas using the psych package in R.
library(tidyverse) library(psych) disgust <- read_csv("https://psyteachr.github.io/msc-data-skills/data/disgust.csv") SPSS Under the Analyze menu, choose Scale and Reliability Analysis.