Usage
fa.diagram(fa.results,sort=TRUE,labels=NULL,cut=.3,simple=TRUE,errors=FALSE,
digits=1,e.size=.05,rsize=.15,side=2,main="Factor Analysis", ...)
fa.graph(fa.results,out.file=NULL,labels=NULL,cut=.3,simple=TRUE,
size=c(8,6), node.font=c("Helvetica", 14),
edge.font=c("Helvetica", 10), rank.direction=c("RL","TB","LR","BT"), digits=1,main="Factor Analysis",graphviz=TRUE, ...)
Arguments
fa.results
The output of factor analysis or principal components analysis
out.file
If it exists, a dot representation of the graph will be stored here (fa.graph)
cut
Loadings with abs(loading) > cut will be shown
simple
Only the biggest loading per item is shown
sort
sort the factor loadings before showing the diagram
errors
include error estimates (as arrows)
side
on which side should error arrows go?
digits
Number of digits to show as an edgelable
graphviz
Should we try to use Rgraphviz for output?