EnMVs: Calculating manifest variables of endogenous constructs

Description Usage Arguments Value Author(s) See Also Examples

Description

A function to calculate manifest variables of endogenous constructs.

Usage

1
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

x.en

An array with N matrices of dimension n times ind.en with the scores of manifest variables.

Author(s)

Alba Martinez-Ruiz <amartine@ucsc.cl>

See Also

XexXen

Examples

1
2
3
4
5
6
N <- 500
n <- 250
## Not run: 
xen <- EnMVs(N,n,intpar$ind.en,wei.en,yen$y.en)
attributes(xen)
## End(Not run)

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