powered by
umxUnexplainedCausalNexus report the effect of a change (delta) in a variable (from) on an output (to)
umxUnexplainedCausalNexus(from, delta, to, model = NULL)
A variable in the model for which you want to compute the effect of a change.
A the amount to simulate changing ‘from’ by.
The dependent variable that you want to watch changing.
The model containing variables from and to.
https://github.com/tbates/umx/
mxCheckIdentification(), mxCompare()
mxCheckIdentification()
mxCompare()
Other Advanced Model Building Functions: umxAlgebra(), umxFixAll(), umxJiggle(), umxRun(), umxThresholdMatrix(), umx, xmuLabel(), xmuValues()
umxAlgebra()
umxFixAll()
umxJiggle()
umxRun()
umxThresholdMatrix()
umx
xmuLabel()
xmuValues()
if (FALSE) { umxUnexplainedCausalNexus(from="yrsEd", delta = .5, to = "income35", model) }
Run the code above in your browser using DataLab