cronbach_alpha {LikertEZ} | R Documentation |
Cronbach Alpha for a set of ordinal items
Description
This function calculates the Cronbach Alpha for a set of ordinal items to assess their reliability or internal consistency.
Usage
cronbach_alpha(data)
Arguments
data |
A data.frame with the ordinal items. Each column represents an item. |
Value
The Cronbach alpha value as a numeric value between 0 and 1.
[Package LikertEZ version 0.1.0 Index]