convertTwelveToFourPoint: Convert your grades from the Twelve point system to the Four...

Description Usage Arguments Value Examples

View source: R/convertTwelveToFourPoint.R

Description

Convert your grades from the Twelve point system to the Four point system

Usage

1

Arguments

gradeVector

the input is your grades as calculated on the four point scale.

Value

The return value is a vector of numbers representing your grades on the four point scale.

Examples

1
2
3
4
5
a = c(12, 12, 12, 12, 11)

convertTwelveToFourPoint(gradeVector = a)

## [1] 4.0 4.0 4.0 4.0 3.9

TWilliamBell/macGPA documentation built on Nov. 18, 2019, 6:18 a.m.