Structure diagram

From InterSciWiki
Jump to: navigation, search


ram diagram

google search

Exploratory and Confirmatory Factor Analysis with datavis
McArdle 2002? An Algorithm for the Hierarchical Organization of Path Diagrams and Calculation of Components of Expected Covariance submitted to Structural Equation Models.

sem

Latent variable analysis

library(psych):structure.diagram

library(psych)
fx <- matrix(c(.9,.8,.6,rep(0,4),.6,.8,-.7),ncol=2)
fy <- matrix(c(.6,.5,.4),ncol=1)
Phi <- matrix(c(1,0,0,0,1,0,.7,.7,1),ncol=3,byrow=TRUE)
f1 <- structure.diagram(fx,Phi,fy,main="A structural path diagram")
ATT site for mac graphviz 2.20.3
talk on Graphviz System for Network Visualization ATT Stephen North
Personal tools