Description Usage Arguments Value Author(s) Examples
A function to create an array with simulated data.
1 | XexXen(N, n, ind.ex, ind.en, x.ex, x.en)
|
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. |
ind.en |
The total number of manifest variables of endogenous constructs. |
x.ex |
An array with |
x.en |
An array with |
x |
An array with |
Alba Martinez-Ruiz <amartine@ucsc.cl>
1 2 3 4 5 6 7 | N <- 500
n <- 250
## Not run:
x <- XexXen(N,n,intpar$ind.ex,intpar$ind.en,xex$x.ex,xen$x.en)
attributes(x)
x <- x$x
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.