mxJoin {OpenMx}R Documentation

Specify a join between data

Description

The MxJoin object contains the information necessary to join two models on some key.

Usage

mxJoin(foreignKey, expectation, regression)

Arguments

foreignKey

the name of the foreign key in the current model to join against the primary key in the other model

expectation

the name of the other model

regression

the name of the between level mapping matrix that specifies the regressions or factor loadings between models

Value

An MxJoin object

See Also

mxExpectationRAM


[Package OpenMx version 2.5.1 Index]