Learn R Programming

dgmb (version 1.2)

EnMVs: Calculating manifest variables of endogenous constructs

Description

A function to calculate manifest variables of endogenous constructs.

Usage

EnMVs(N, n, ind.en, weien, y.en)

Arguments

N
The number of data sets.
n
The sample size of each data set.
ind.en
The total number of manifest variables of endogenous constructs.
weien
A matrix with the true values of outer weights. Each row gives the true values for a measurement model.
y.en
An array with N matrices of dimension n times ben with the scores of endogenous constructs.

Value

See Also

XexXen

Examples

Run this code
N <- 500
n <- 250
## Not run: 
# xen <- EnMVs(N,n,intpar$ind.en,wei.en,yen$y.en)
# attributes(xen)## End(Not run)

Run the code above in your browser using DataLab