Questions tagged [cronbachs-alpha]

Cronbach's $\alpha$ is an estimate of the reliability (specifically, of one its aspect called internal consistency or item-item homogeneity) of a unidimensional test, a construct. It is used mostly in psychometrics and occasionally in other disciplines.

Assume that a total test score $X$ is a sum of scores on $K$ separate items (which could be "actual" test items, or subscales, or different raters - anything that purports to measure the same underlying construct):

$$X=Y_1+\dots+Y_K.$$

Then Cronbach's $\alpha$ is defined as follows:

$$\alpha:=\frac{K}{K-1}\left(1-\frac{1}{\sigma_X^2}\sum_{i=1}^K\sigma_{Y_i}^2\right),$$

where $\sigma_{Y_i}^2$ and $\sigma_X^2$ denote the variance of the $i$-th item and the total score, respectively. Theoretically, $0\leq\alpha\leq 1$, but estimated $\alpha$ is only constrained by $\alpha<1$ and can take negative values.

This post gives more motivation behind Cronbach's $\alpha$.

118 questions
17
votes
2 answers

Assessing reliability of a questionnaire: dimensionality, problematic items, and whether to use alpha, lambda6 or some other index?

I am analyzing scores given by participants attending an experiment. I want to estimate the reliability of my questionnaire which is composed of 6 items aimed at estimating the attitude of the participants towards a product. I computed Cronbach's…
giovanna
  • 509
  • 1
  • 7
  • 13
14
votes
3 answers

Where do the descriptors for Cronbach's alpha values come from (e.g., poor, excellent)?

It seems fairly common to describe Cronbach's alpha values as follows: α ≥ 0.9 Excellent 0.7 ≤ α < 0.9 Good 0.6 ≤ α < 0.7 Acceptable 0.5 ≤ α < 0.6 Poor α < 0.5 Unacceptable Where do these values come from? I cannot find an original research…
Behacad
  • 4,916
  • 8
  • 30
  • 48
10
votes
1 answer

What is Cronbach's Alpha intuitively?

I'm trying to understand Cronbach's Alpha intuitively. What is the general idea behind this construct? What properties were they trying to ensure that it had?
10
votes
1 answer

What is the relationship between scale reliability measures (Cronbach's alpha etc.) and component/factor loadings?

Let's say I have a dataset with scores on a bunch of questionnaire items, which are theoretically comprised of a smaller number of scales, like in psychology research. I know a common approach here is to check the reliability of the scales using…
8
votes
2 answers

Good internal factor structure but poor Cronbach's $\alpha$?

I am running a CFA and getting good fit indices (CFI = .99, RMSEA = .01) for a uni-dimensional scale. However, when I test for internal consistency, I get poor Cronbach's $\alpha$s ($\alpha = .6$). I have tried everything from removing outliers, to…
8
votes
3 answers

Is it acceptable to use Cronbach's alpha to assess reliability of questionnaire composed of categorical and conditional items?

Background: I have data on a questionnaire made up of categorical factual items. Some of them are binary and others have more than two categories. For example: 1. Can you do painting (Yes- 1 point, No- 0 Point) 2. Do you have qualification in…
8
votes
2 answers

Advice on scientifically sound scale construction

I've been given a set of 20 Likert-items (ranging from 1-5, sample size n = 299) within the field of organizational research. The items are intended to measure a latent concept which is multidimensional, multifaceted and heterogenous in it's very…
8
votes
1 answer

Cronbach's alpha in R

I am pretty new to Cronbach's Alpha, so I have a question about how to find it using R. As far as I am aware, Cronbach's alpha is a measure of internal consistency, but to use the alpha() function in R (in the psych package) you need a dataframe or…
japem
  • 81
  • 1
  • 1
  • 2
7
votes
1 answer

How high is too high with Cronbach's alpha?

Someone in my organization just sent me a scale they developed (modified items from five separate scales used in published research) to measure an employee's readiness for change. They tested the internal consistency of the 15 item scale with…
6
votes
1 answer

Cronbach's Alpha with missing data

In R, there are several packages that calculate Cronbach's alpha. If the data contain no missing values, all packages I visited converge to the same value. With missing data, listwise deletion is a possible way to go (the only option in SPSS or…
hplieninger
  • 802
  • 9
  • 25
6
votes
5 answers

What am I supposed to do if Cronbach's alpha is negative?

I have gathered data from 130 questionnaires and I have 30 variables. Cronbach's alpha is badly negative. I have checked everything I could think of, but the result did not change. SPSS file is attached http://www.wikiupload.com/9M9YHEV6I4Q1HPR
shiva
  • 61
  • 1
  • 1
  • 3
5
votes
1 answer

Inter-rater agreement for Likert scale

What is the best inter-rater agreement test for Likert scale type questions? As far as I see, Cronbach's $\alpha$ is for internal consistency, or it shows how good items are related to describe the main question. I want to measure inter-rater…
5
votes
1 answer

How to compare Cronbach's alpha when the grouping variable is continuous?

I want to test if the $\alpha$ for a scale is dependent upon a personality test, which is a continuous variable. I understand that there are many methods to test if two $\alpha$'s are significantly different for two different groups when they are…
Drecate
  • 178
  • 5
5
votes
1 answer

Cronbach's alpha negative result

What should I do if I am getting negative results for Cronbach's alpha? Is there anyway to adjust it?
5
votes
3 answers

What does it mean if I have high Cronbach alpha, but poor results in Exploratory Factor Analysis

I have been given a survey to analyse. There are 50 questions, and about 400 respondents. I have calculated Cronbach alpha for the entire thing, and I get about 0.9. When I do factor analysis, I do not get nice results. I need about 17 factors,…
Old_Mortality
  • 299
  • 3
  • 9
1
2 3 4 5 6 7 8