Learn R Programming

plspm (version 0.4.1)

alpha: Cronbach's alpha

Description

Cronbach's alpha of a single block of variables

Usage

alpha(X)

Arguments

X
matrix representing one block of manifest variables

Value

  • Cronbach's alpha

See Also

rho, unidim

Examples

Run this code
# load dataset satisfaction
 data(satisfaction)

 # block Image (first 5 columns of satisfaction)
 Image = satisfaction[,1:5]

 # compute Cronbach's alpha for Image block
 alpha(Image)

Run the code above in your browser using DataLab