Diff for "FAQ/perc" - CBU statistics Wiki
location: Diff for "FAQ/perc"
Differences between revisions 2 and 3
Revision 2 as of 2008-04-11 10:53:03
Size: 459
Editor: PeterWatson
Comment:
Revision 3 as of 2008-04-11 10:53:29
Size: 468
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Percentile (score) = 100$$\frac{\mbox{n} \leq \mbox{score}}{\mbox{N}}$$ Percentile (score) = 100 $$\frac{\mbox{n} \leq \mbox{score}}{\mbox{N}}$$
Line 8: Line 8:
1 - Percentile (score) = 100$$\frac{\mbox{n} \gt \mbox{score}}{N}$$ 1 - Percentile (score) = 100 $$\frac{\mbox{n} \gt \mbox{score}}{\mbox{N}}$$

How do I find out how many people have a score above a certain value?

Percentiles give the percentage of people who have a score below a threshold score.

Percentile (score) = 100 $$\frac{\mbox{n} \leq \mbox{score}}{\mbox{N}}$$

1 - Percentile (score) = 100 $$\frac{\mbox{n} \gt \mbox{score}}{\mbox{N}}$$

The percentiles for each score are routinely outputted using the frequency procedure in SPSS.

FREQUENCIES VAR=SCORE.
EXE.

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