I would like to find the median scores for a conditionalized data
set. I have separated the conditions by embedding conditional
information into the subject number (e.g., 101.c.r1 = subject 101,
congruent item, round 1). My intention was to split the file based on
the subject number and then ask for descriptive statistics including
the median. When I visit the descriptives menu, however, there is no
median option. My question is, how does one go about computing the
median for each subject in each condition using the current
configuration?
Thanks,
Chris
Art Kendall
Social Research Consultants
Create you split variable and use the Means procedure. It offers lots
of statistics. For example
MEANS TABLES=salary BY jobcat
/CELLS MEAN COUNT STDDEV MEDIAN.
HTH,
Jon Peck