alpha: Cronbach's alpha

Description Usage Arguments Value Author(s) See Also Examples

View source: R/unidimensionality.r

Description

Cronbach's alpha of a single block of variables

Usage

1
  alpha(X)

Arguments

X

matrix representing one block of manifest variables

Value

Cronbach's alpha

Author(s)

Gaston Sanchez

See Also

rho, unidim

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
 # 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)
 
## End(Not run)

gastonstat/plspm2 documentation built on May 16, 2019, 5:47 p.m.