Christopher David Desjardins
2009-Mar-07 18:37 UTC
[R] Standardized coefficients (std.coef) in graphviz from path.diagram()
I was wondering if there was a way to add the standardized coefficients from SEM that I get from running std.coef() to my graph that I create with path.diagram() for graphviz? Right now the only way I know how is to edit the values in a text editor after creating the graph. Thanks, Chris
John Fox
2009-Mar-07 20:43 UTC
[R] Standardized coefficients (std.coef) in graphviz from path.diagram()
Dear Christopher,> -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]On> Behalf Of Christopher David Desjardins > Sent: March-07-09 1:38 PM > To: r-help at r-project.org > Subject: [R] Standardized coefficients (std.coef) in graphviz from > path.diagram() > > I was wondering if there was a way to add the standardized > coefficients from SEM that I get from running std.coef() to my graph > that I create with path.diagram() for graphviz?The graphviz commands are created by the sem:::path.diagram.sem function, which is pretty simple. You could easily edit it so that it allows you to specify arbitrary labels for the edges of the graph. I hope this helps, John> Right now the only way > I know how is to edit the values in a text editor after creating the > graph. > Thanks, > Chris > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.