Learn R Programming

plspm (version 0.5.1)

rho: Dillon-Goldstein's rho

Description

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

Usage

rho(X)

Value

Dillon-Goldstein's rho

Arguments

X

matrix representing one block of manifest variables

Author

Gaston Sanchez

See Also

alpha, unidim

Examples

Run this code
if (FALSE) {
 # 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)
 }

Run the code above in your browser using DataLab