Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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

Example:
library("xplore")
{wg,b,sk,skl,lk,iter}=dpls(w,d,dy,dl,y,3)
{red,redm}=redun(b,sk,dl,skl,y)
Result:


Library: xplore
See also: glm dpls makedesign

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: Prof.Dr.H.G.Strohe Universitaet Potsdam; programmed by cand rer oec Frank Geppert; See for details: "DPLS Algorithmus und Computerprogramm fuer dynamische Partial-Least-Squares-Modelle"
(C) MD*TECH Method and Data Technologies, 28.6.1999