================= Percentile ranking based on book "Introductory Statistics: Concepts, Models, and Applications by David W. Stockburger".
Ranking formula for Hagen could be found in this link
PR=Probability Ranking
Fb=Frequency below -> is the frequency below; the number of scores which are less than the score value of the percentile rank
Fw=Frequency within -> is the frequency within; the number of scores which have the same value as the score value of the percentile rank
N=Number of scores
PR = ((Fb + (1/2 * Fw)) / N) * 100
- Download the extension: Download
- Close IBM SPSS Modeler. Save the .cfe file in the CDB directory, located by default on Windows in "C:\ProgramData\IBM\SPSS\Modeler\16\CDB" or under your IBM SPSS Modeler installation directory.
- Restart IBM SPSS Modeler, the node will now appear in the Field Ops palette.
None at the time.
See TODO for list of enhancements that could be made.
This sample code is licensed under Apache 2.0. Full license text is available in LICENSE.
Find more open source projects on the IBM Github Page