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

2009-03-07 Thread Christopher David Desjardins
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

__
R-help@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.


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

2009-03-07 Thread John Fox
Dear Christopher,

 -Original Message-
 From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
On
 Behalf Of Christopher David Desjardins
 Sent: March-07-09 1:38 PM
 To: r-help@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@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.

__
R-help@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.