grade_scale: Returns a grade scale object

Description Usage Arguments Details Value

Description

Returns a grade scale object

Usage

1
grade_scale(grade.cutoffs = NULL, grade.labels = NULL)

Arguments

grade_scale

A data frame containing the grade cutoffs and corresponding letter grades

Details

The data frame this function is looking for needs to be able to accomodate all numeric grades, so it contains one numeric column for grades (starting with -Inf and ending in +Inf) and one column for cutoffs HMMM THAT DOESN'T SEEM LIKE IT WILL WORK

Value

a grade scale


adsteen/gradr documentation built on May 10, 2019, 7:26 a.m.