simdata: Simulated Data for a System of Structural Equations

Description Usage Format Examples

Description

There are 100 observations sampled from a system of structural equations, which includes 10 endogenous variables and 10 exogenous variables. Each endogenous variables are directly affected by three unique exogenous variables.

Usage

1
data("simdata")

Format

A list with two data frames and one list.

y

values of 10 endogenous variables.

x

values of 10 exogenous variables.

sk

a list of indices indicating the unique exogenous variables for each endogenous variable.

Examples

1
2
3
4
data(simdata)
summary(simdata)
attach(simdata)
#simsem <- fitsem(y=y,x=x,sk=sk)

BigSEM documentation built on May 2, 2019, 3:37 p.m.