Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ProfessR (version 2.4-3)

LETGRADE: Letter Grade

Description

given a numeric grade return a letter grade

Usage

LETGRADE(g)

Value

character vector of grades

Arguments

g

numeric grade between 1-100

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

returns a grade based on a 4 point spread

Examples

Run this code
g = rnorm(25, m=82, sd=10)
g[g>100] = 100
g[g<1] = 1


L = LETGRADE(g)

cbind(g, L)


Run the code above in your browser using DataLab