FW: column of raw scores syntax

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FW: column of raw scores syntax

Maguin, Eugene
Steven,

I want to post this to the list so that all can see it.

data list / score n (2f3.0).
begin data
  0  3
 44  1
 56  3
 57  2
115 31
end data.

loop #i=1 to n.
xsave outfile='c:\temp\listserv.sav'.
end loop.
execute.

get file='c:\temp\listserv.sav'.

frequencies score.




-----Original Message-----
From: Osterlind, Steven J. [mailto:[hidden email]]
Sent: Sunday, June 20, 2010 4:28 PM
To: Gene Maguin
Subject: RE: column of raw scores syntax

Gene:
 Essentially, except the scores are frequency counts:
Score   N
0       3
2       1
3       1
8       1
16      1
39      1
44      1
45      1
51      1
54      1
56      3
57      2
58      1
59      2
61      2
62      2
.
.
.

112     38
113     44
114     27
115     31
116     26
117     23
118     16
119     18
120     16
121     9
122     19
123     11
124     15
125     7
126     7


. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Steven J. Osterlind, Ph.D., Professor
Measurement & Statistics
University of Missouri
(573) 268-7514 - cell
[hidden email]


-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
Gene Maguin
Sent: Sunday, June 20, 2010 2:51 PM
To: [hidden email]
Subject: Re: column of raw scores syntax

Steven,

Are you saying you have this sort of table, for example? And the total is
known?
Value  Cum Percent
2         2.3%
3        24.8
5        33.9
7        50.1
8        66.6
10       74.1
15       95.2
27      100.0

Gene Maguin


Is there some simple syntax to create a column of raw scores working from a
cumulative frequency distribution?
Thanks,
Steve

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD