Learn R Programming

dgmb (version 1.2)

ExoLVs: Calculating exogenous constructs

Description

A function to calculate exogenous constructs.

Usage

ExoLVs(N, n, bv, bex, x.ex, weiex)

Arguments

N
The number of data sets.
n
The sample size of each data set.
bv
A vector with the number of manifest variables per construct.
bex
The number of exogenous constructs.
x.ex
An array of N matrices of dimension n times ind.ex with the scores of manifest variables.
weiex
A matrix with the true values of outer weights. Each row gives the true values for a measurement model.

Value

See Also

NIEffects, ExoLVsCor, ErrEnLV, EnLVs, EnMVs, XexXen

Examples

Run this code
N <- 500
n <- 250
bv <- c(2,2,2,2)
## Not run: 
# yex <- ExoLVs(N,n,bv,intpar$bex,xex$x.ex,wei.ex) 
# attributes(yex)## End(Not run)

Run the code above in your browser using DataLab