cronbach_alpha: Cronbach Alpha for a set of ordinal items

View source: R/LikertEZ.R

cronbach_alphaR 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.


LikertEZ documentation built on April 3, 2025, 11:27 p.m.