calc_percentile | R Documentation |
Convert Standard Score/T-Score/Scaled Score to z-Scores to Percentiles This is a functioning that converts T-scores to z-scores to percentile ranks.
calc_percentile(ability_score, mean, standard_deviation, round = 0)
ability_score |
Raw test score |
mean |
Mean of whatever type of score |
standard_deviation |
Standard deviation (SD) of whatever type of score |
round |
Number of digits to round to |
A percentile rank score
calc_percentile(ability_score = 103, mean = 100, standard_deviation = 15, round = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.