GetPercentile: Pass in a score, say which test it's from, get a percentile

Description Usage Arguments Value Note Author(s) References

Description

Uses by default the 2015-2016 GRE score table.

Usage

1
GetPercentile(score, type = c("Verbal", "Quantitative", "Analytical"), scores.VQ = NULL, scores.A = NULL)

Arguments

score

The raw score

type

Which kind of test the score is for. Any abbreviation is fine.

scores.VQ

Data.frame with Score, Verbal, and Quantitative columns; if NULL, uses the 2015-2016 table.

scores.A

Data.frame with Score and Analytical columns; if NULL, uses the 2015-2016 table.

Value

Returns a percentile

Note

This is not associated with ETS, GRE, or any other entities. Use at your own risk.

Author(s)

Brian O'Meara

References

https://www.ets.org/gre/institutions/scores/interpret


bomeara/GREpercentile documentation built on May 12, 2019, 11:33 p.m.