search for: 11factors

Displaying 1 result from an estimated 1 matches for "11factors".

2012 Nov 27
3
Psych package: fa.diagram, how to re-arrange layout so numbers do not over-write each other
...factors and the 37 items, so the numbers overlap and are therefore illegible. When I output this to a pdf the problem is exacerbated even further (see attachments). I tried to use cex=0.8 and cex=0.4 in the pdf argument but it made no difference - what can I do? The code I used is: fa.diagram(fa.11factors.rawdata) # Start PDF device driver to save output to fa_diagram.pdf pdf(file="I:\\ZAPi\\Tables-of-R-output\\fa_diagram.pdf", height=10, width=5) fa.diagram(fa.11factors.rawdata) #box() # Create box around plot dev.off() # Turn off device driver (to flush output to PDF) pdf(file="...