View source: R/unidimensionality.R
rho | R Documentation |
Dillon-Goldstein's rho of a single block of variables
rho(X)
X |
matrix representing one block of manifest variables |
Dillon-Goldstein's rho
Gaston Sanchez
alpha
, unidim
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.