Path diagrams
Posted on

Forums
One of the nice things about John Fox's sem package is that it can output path diagrams. I think this is a very nice feature, and would love to see it in OpenMx. Even better if it's implemented using grid or some other R graphics system instead of graphviz (as the sem package does). Graphviz works great once you get it installed and set up, but this can be difficult.
Graphviz has a bug that
Log in or register to post comments
In reply to Graphviz has a bug that by mspiegel
despite that, still worth
i.e., provide the .dot and let people draw it themselves (Omnigraffle etc)?
Log in or register to post comments
In reply to despite that, still worth by tbates
r932 in the subversion
The first argument must be a RAM model and the second argument is either a filename or "" to signify standard output. I think not relying on graphviz is a good idea, until we get enough users to request that the graphviz bug is fixed. I'm going to try to use the diagram package to make some pictures. omxGraphviz() exists in the 0.2.1 release, but it is has some bugs so don't use it. Also it will not write to standard output.
Log in or register to post comments
In reply to r932 in the subversion by mspiegel
thanks mike, Would be great
Would be great if users could write a mapping file to allow non RAM models to output diagrams.
so
omxGraphviz(fit, mapping)
Would use mapping describe what cells in which matrices or algebras contained the latent, observed, paths (of each type) values.
I know it's very variable, but at least creating a plug-in architecture, so to speak, would allow people to solve the problem for their favorite model and (hopefully...) share it.
Log in or register to post comments
In reply to thanks mike, Would be great by tbates
Certainly something to
For now, we decided to keep our problem constrained and only address RAM models. I hope that soon we should be able to add type="LISREL" to the model spec and be able to address drawing from LISREL matrices. I understand there is a group at KU that is working on that problem.
Log in or register to post comments
In reply to despite that, still worth by tbates
Excellent, I fully support
Log in or register to post comments
In reply to Graphviz has a bug that by mspiegel
Drupal has a graphiviz
http://drupal.org/project/graphviz_filter
Would be great to have that up here: Nice for including diagrams in posts.
Log in or register to post comments
In reply to Drupal has a graphiviz by tbates
If any one sees bugs in
cheers,
tim
Log in or register to post comments