cronbach_alpha: Cronbach's alpha

View source: R/validating.R

cronbach_alphaR Documentation

Cronbach's alpha

Description

Calculate the Cronbach's Alpha.

Usage

cronbach_alpha(x)

Arguments

x

A data frame in which the rows represents the subjects and the columns the items.

Details

Missing data are treated by using listwise deletion.

See Also

cronbach_strata, drop_item

Examples

data("drive")
cronbach_alpha(drive[,5:10])

DavideMassidda/testing documentation built on Oct. 12, 2023, 4:32 p.m.