rho: Dillon-Goldstein's rho

View source: R/unidimensionality.r

rhoR Documentation

Dillon-Goldstein's rho

Description

Dillon-Goldstein's rho of a single block of variables

Usage

  rho(X)

Arguments

X

matrix representing one block of manifest variables

Value

Dillon-Goldstein's rho

Author(s)

Gaston Sanchez

See Also

alpha, unidim

Examples

## Not run: 
 # load dataset satisfaction
 data(satisfaction)

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

 # compute Dillon-Goldstein's rho for Image block
 rho(Image)
 
## End(Not run)

gastonstat/plspm documentation built on April 8, 2022, 5:59 a.m.