Description Usage Arguments Value Examples
Apply the method of Fattore, Pelagatti, Vittadini (2017) to extract latent variables in a formative-reflective model.
1 2 |
xgroups |
a list containing p char vectors with the names of the variables of each x-group. |
ygroups |
a list containing q char vectors with the names of the variables of each y-group. |
data |
the data frame with the observations (optional, but needed if you want the latent variable scores). |
cov |
the named covariance matrix of the variables (if you specify the |
alphas |
a numeric vector with values in the range [0, 1] for the α-weights. |
xmean |
optional parameter to center the x-variables taken from |
ymean |
optional parameter to center the y-variables taken from |
xsd |
optional parameter to scale the x-variables taken from |
ysd |
optional parameter to scale the y-variables taken from |
An object of class pathmod with slots:
omegaslist of matrices Ω, one for each element in alpha
gammaslist of matrices Γ, one for each element in alpha
lambdaslist of matrices Λ, one for each element in alpha
xlossesvector of x-side losses, one for each element in alpha
ylossesvector of y-side losses, one for each element in alpha
alphassame as input argument (values of α)
pnumber of x-groups
qnumber of y-groups
Sxxvariance-covariance matrix of exogenous variables
Syxcovariance matrix with covariances between endogenous and exogenous variables
Syyvariance-covariance matrix of endogenous variables
xisthree-dimensional array with scores of the exogenous latent variables, one for each element in alpha (available only if data is assigned)
etasthree-dimensional array with scores of the endogenous latent variables, one for each element in alpha (available only if data is assigned)
xgroupsthe argument xgroups
ygroupsthe argument ygroups
xmeanthe supplied argument xmean or the means of the x-variables in data
ymeanthe supplied argument ymean or the means of the y-variables in data
xsdthe supplied argument xsd or the standard deviations of the x-variables in data
ysdthe supplied argument ysd or the standard deviations of the y-variables in data
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.