ExoLVs: Calculating exogenous constructs

Description Usage Arguments Value Author(s) See Also Examples

Description

A function to calculate exogenous constructs.

Usage

1
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

y.ex

An array with N matrices of dimension n times bex with the scores of exogenous constructs.

Author(s)

Alba Martinez-Ruiz <amartine@ucsc.cl>

See Also

NIEffects, ExoLVsCor, ErrEnLV, EnLVs, EnMVs, XexXen

Examples

1
2
3
4
5
6
7
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)

dgmb documentation built on May 2, 2019, 7:55 a.m.