Diff for "FAQ/points" - CBU statistics Wiki
location: Diff for "FAQ/points"
Differences between revisions 1 and 22 (spanning 21 versions)
Revision 1 as of 2007-06-08 10:26:07
Size: 602
Editor: PeterWatson
Comment:
Revision 22 as of 2012-07-07 19:04:14
Size: 161
Editor: hmx-blitz-08v
Comment: rAnojr , [url=http://phgjawbmawsk.com/]phgjawbmawsk[/url], [link=http://cjjjbseuxrfw.com/]cjjjbseuxrfw[/link], http://ihsfjswvfxff.com/
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:

Sometimes the same co-ordinates are shared by more than one observation. A scatterplot will only, however, show one point for each unique x,y combination regardless of the number of observations that share this combination.

One way of disentangling this is to add a proportionately small amount to the observed values of one of the variables, say, y. The below syntax uses the rv.uniform function in SPSS to add a small random amount to the y values. The new values which are now all unique (ynew) can then be plotted against x.

{{{
COMPUTE YNEW = Y + RV.UNIFORM(Y*0.01,Y*0.015).
EXE.
}}}
rAnojr , [url=http://phgjawbmawsk.com/]phgjawbmawsk[/url], [link=http://cjjjbseuxrfw.com/]cjjjbseuxrfw[/link], http://ihsfjswvfxff.com/
----
CategoryCategory

None: FAQ/points (last edited 2013-03-08 10:17:37 by localhost)