Hi,
if you don't mind using syntax, you could use the macro !ptile from
this page: https://www.morewithdata.net/pspp-macro-repository/
Hth
frans
On 3/20/23 21:13, Ian McKenzie wrote:
Hi all!
Let's say that I have a database of scores by individual: for
example, Sam has a score of 29 on his math test. I have 140 cases
that are simple like that.
I would like to compute the percentile score for each individual such
that a case would look like this;
Name Score Percentile
Sam 29 39
...
I'd like the same kind of information for all 140 cases.
Anybody know how to do this? I would truly appreciate a solution.
Thanks
Ian