get_scores {plspm} | R Documentation |
Calculate Latent Variable Scores
Description
Internal function not to be called by the user
Usage
get_scores(X, W)
Arguments
X |
matrix of scaled/quantified manifest variables |
W |
matrix with outer weights (ODM: Outer Design Matrix) |
Details
Internal function. get_scores
is called by
plspm
.
Value
Scores matrix of latent variables scores
Warning
Do NOT use this function unless you are ME, a package developer, or a jedi user who really knows what is doing (seriously!)
[Package plspm version 0.5.1 Index]