[R] Standardized coefficients (std.coef) in graphviz from path.diagram()

John Fox jfox at mcmaster.ca
Sat Mar 7 21:43:41 CET 2009


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 guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.




More information about the R-help mailing list