Mean inter-item correlation for that alpha and k


        

This incredibly basic shiny app uses the equation for a standardised Cronbach alpha to get a mean inter-item correlation that would have given that alpha, given k, the number of items in the measure.

The formula for standardised alpha is:

$$\alpha = \frac{kr}{1 +(k-1)r}$$

where r is the mean inter-item correlation.So by rearranging that (boy am I getting rusty at elementary algebra!) the formula to get r given k and alpha is:

$$\frac{1}{(1 + \frac{k}{\alpha}-\alpha)}$$

App created by Chris Evans PSYCTC.org 26.vi.25, updated with cosmetic tweaks 27.vi.25. Licenced under a Creative Commons, Attribution Licence-ShareAlike Please respect that and put an acknowledgement and link back to here if re-using anything from here.


Background and related resources

This shiny app is one of a growing number in, my shiny server
They complement:

There is a form if you want to contact me: so do please use that if you think there is anything wrong here or anything that could be improved.

There is also now an Email announcement list, never updating more than monthly, where I will put up developments of new apps here, a summary of updates to the glossary and new posts in the Rblog. You can sign up for that here.