powered by
Add each of a set of paths you provide to the model, returning a table of their effects on fit.
umxAdd1(model, pathList1 = NULL, pathList2 = NULL, arrows = 2, maxP = 1)
an mxModel to alter
mxModel
a list of variables to generate a set of paths
an optional second list: IF set paths will be from pathList1 to members of this list
Make paths with one or two arrows
The threshold for returning values (defaults to p==1 - all values)
a table of fit changes
- http://www.github.com/tbates/umx
Other Modify or Compare Models: umxDrop1, umxEquate, umxFixAll, umxMI, umxSetParameters, umxUnexplainedCausalNexus, umx
umxDrop1
umxEquate
umxFixAll
umxMI
umxSetParameters
umxUnexplainedCausalNexus
umx
# NOT RUN { model = umxAdd1(model) # }
Run the code above in your browser using DataLab