| umxUnexplainedCausalNexus | R Documentation |
umxUnexplainedCausalNexus report the effect of a change (delta) in a variable (from) on an output (to)
umxUnexplainedCausalNexus(from, delta, to, model = NULL)
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. |
https://github.com/tbates/umx/
OpenMx::mxCheckIdentification(), umxCompare()
Other Advanced Model Building Functions:
umx,
umxAlgebra(),
umxFixAll(),
umxJiggle(),
umxRun(),
umxThresholdMatrix(),
xmuLabel(),
xmuValues()
## Not run:
umxUnexplainedCausalNexus(from="yrsEd", delta = .5, to = "income35", model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.