Library: | xplore |
See also: | glm dpls makedesign |
Macro: | redun | |
Description: | calculating single redundance and redundance vector for dpls macro as measure for goodness |
Usage: | {red,redm}=redun(b,sk,lk,skl,y) | |
Input: | ||
b | a matrix with loadings | |
sk | a matrix with path coefficients | |
lk | a matrix with latent variables | |
skl | a matrix with lagged path coefficients | |
y | a matrix with manifest variables (indicators) | |
Output: | ||
red | a scalar with single redundance value | |
redm | a vector with redundace values |
library("xplore") {wg,b,sk,skl,lk,iter}=dpls(w,d,dy,dl,y,3) {red,redm}=redun(b,sk,dl,skl,y)
Library: | xplore |
See also: | glm dpls makedesign |