factor object: score labelling
Posted: Fri Jun 24, 2011 7:45 am
Ver: EViews7Patch_062211.exe
It seems the labeling on score plot is not correct
the the graph gf03, the outliers are 38 and 96, but label as 32 and 90, reduce by 6, why?
It seems the labeling on score plot is not correct
Code: Select all
%ex7 = "\Example Files\EV7 Manual Data\"
%ch39 = "Chapter 39 - Factor Analysis"
%wf = @evpath + %ex7 +%ch39 +"\holzinger24.wf1"
wfopen %wf
factor ft01.ml(c=1e-8,showopts) visual cubes paragraph sentence wordm paper1 flags1
ft01.rotate(type=oblique, method=quartimax, c=1e-6, prior=random, ptype=oblique, pseed=123, prng=mt)
ft01.factnames Verbal Spatial
freeze(gf03) ft01.scores(out=biplot)