umxUnexplainedCausalNexus: umxUnexplainedCausalNexus

umxUnexplainedCausalNexusR Documentation

umxUnexplainedCausalNexus

Description

umxUnexplainedCausalNexus report the effect of a change (delta) in a variable (from) on an output (to)

Usage

umxUnexplainedCausalNexus(from, delta, to, model = NULL)

Arguments

from

A variable in the model for which you want to compute the effect of a change.

delta

A the amount to simulate changing ‘from’ by.

to

The dependent variable that you want to watch changing.

model

The model containing variables from and to.

References

  • https://github.com/tbates/umx/

See Also

  • mxCheckIdentification(), mxCompare()

Other Advanced Model Building Functions: umxAlgebra(), umxFixAll(), umxJiggle(), umxRun(), umxThresholdMatrix(), umx, xmuLabel(), xmuValues()

Examples

## Not run: 
umxUnexplainedCausalNexus(from="yrsEd", delta = .5, to = "income35", model)

## End(Not run)

tbates/umx documentation built on March 16, 2024, 4:26 a.m.