From the course: Complete Guide to R: Wrangling, Visualizing, and Modeling Data
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Conducting an item analysis
From the course: Complete Guide to R: Wrangling, Visualizing, and Modeling Data
Conducting an item analysis
- [Instructor] Principle components analysis and factor analysis can give you an idea of how you could combine your data to get larger factor scores, which help cancel out some of the extraneous noise in your data, but sometimes you need to get a closer look at the things that you're thinking of putting back together and an item analysis can help you with that. Now, to do this, I'm going to be loading a few packages including GPA rotation and psych, and I'm going to be using the big five or B5 dataset. Again, this is about 20,000 observations of people responding on a one to five agreement scale on 50 different variables, which are designed to fall into 10 different groups measuring large personality factors. They are extroversion and agreeableness and neuroticism and openness to experience and conscientiousness. And we want to see how well we can combine these or whether there's any refining that's necessary. Now to do this, I'm going to start by taking the dataset B5.CSV and loading…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
Computing frequencies4m 55s
-
(Locked)
Computing descriptive statistics9m 42s
-
(Locked)
Computing correlations6m 32s
-
(Locked)
Creating contingency tables5m 35s
-
(Locked)
Conducting a principal component analysis13m
-
(Locked)
Conducting an item analysis17m 23s
-
(Locked)
Conducting a confirmatory factor analysis5m 50s
-
-
-
-
-