Learn R Programming

sjmisc (version 1.2)

cronb: Cronbach's Alpha for a matrix or data frame

Description

This function calculates the Cronbach's alpha value for each column of a data frame or matrix.

Usage

cronb(df)

Arguments

df
data.frame or matrix with more than 2 columns.

Value

  • The Cronbach's alpha value for df.

See Also

reliab_test