Learn R Programming

LikertEZ (version 0.1.0)

cronbach_alpha: 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)

Value

The Cronbach alpha value as a numeric value between 0 and 1.

Arguments

data

A data.frame with the ordinal items. Each column represents an item.