Learn R Programming

dgmb (version 1.2)

ExoMVs: Calculating exogenous manifest variables

Description

A function to calculate manifest variables of exogenous constructs.

Usage

ExoMVs(N, n, ind.ex)

Arguments

N
The number of data sets.
n
The sample size of each data set.
ind.ex
The total number of manifest variables of exogenous constructs.

Value

See Also

IntPar, ExoLVs, NIEffects, ExoLVsCor, ErrEnLV, EnLVs, EnMVs, XexXen

Examples

Run this code
N <- 500
n <- 250
## Not run: 
# xex <- ExoMVs(N,n,intpar$ind.ex)
# attributes(xex)## End(Not run)

Run the code above in your browser using DataLab