Learn R Programming

dgmb (version 1.0)

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

  • x.exAn array with N matrices of dimension n times ind.ex with the scores of manifest variables.

See Also

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

Examples

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

Run the code above in your browser using DataLab