calc_percentile: Convert Standard Score/T-Score/Scaled Score to z-Scores to...

View source: R/scores.R

calc_percentileR 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.

Description

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.

Usage

calc_percentile(ability_score, mean, standard_deviation, round = 0)

Arguments

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

Value

A percentile rank score

Examples

calc_percentile(ability_score = 103, mean = 100, standard_deviation = 15, round = 1)

jtrampush/npsych.data documentation built on Feb. 25, 2025, 12:30 a.m.