Underlying model for diagrams: Multiple group etc.
Posted on
tbates
Joined: 07/31/2009
Forums
I guess the GUI will have to create a fairly universal underlying script model, allowing it to create the full-spectrum of models.
What underlying script model is the GUI expecting to generate/read? (i.e., should we think about a RAM+ that can handle all models, or pick a suite that covers the bases, expanding as the GUI capability expands?
So far, the discussion has
Log in or register to post comments
In reply to So far, the discussion has by Steve
A user wants to know if C can
One way would be that if you click on, say, latent C in a multi-group twin model, and hit delete, then you are prompted to OK deleting all the X connected paths, and that it will also be deleted in other groups where it occurs.
The script could generate a pretty compact matrix label and value change, or a (possibly) longer series of path(x<->y, Fix@0) statements... maybe let the user decide up front whether to generate a matrix or pathic model.
Log in or register to post comments
UI for comparing models I can
I can imagine the GUI having an outline-like left-hand pane, and a display pane for the diagram on the right, with perhaps a text pane underneath for numeric/tabular output.
If the user copies a model, pastes it onto a new "slide", this appears in the left-pane.
The user then pushes it under the original model (this prompts a check that the model is a sub-model).
Then fit statistics would be returned as differences from the hierarchically superior model, perhaps with the fit difference shown in brief.
should the OpenMx code generated by
Log in or register to post comments
It may be worth looking into
http://www.graphviz.org/
Stas Kolenikov has a tutorial on how to use Graphviz scripts to create SEM path diagrams:
http://web.missouri.edu/~kolenikovs/graphviz_sem.html
Log in or register to post comments
In reply to It may be worth looking into by kpreacher
The latest version of Tetrad
Log in or register to post comments
In reply to It may be worth looking into by kpreacher
Graphviz is avalaible on all
It would be nice as a fisrt step to inplement in Open MX a function to generate graphviz code that we could have the diagramm corresponding to our syntax in OpenMx (maybe for the Path model specification at first).
Regards
Guillaume Avenin
Log in or register to post comments
In reply to Graphviz is avalaible on all by g.avenin
See ?omxGraphviz.
Log in or register to post comments
In reply to See ?omxGraphviz. by mspiegel
Thank you, I did not see
regards
Log in or register to post comments
In reply to It may be worth looking into by kpreacher
here a project to generate
http://algorithmique.net/leonhard.html
maybe usefull
regards
GA
Log in or register to post comments