Convert grades to freedom units
convert_to_freedom_units.Rd
This function takes a vector of grade on the German scale and converts them to the "freedom units" scale i.e. to the equivalent American GPA scale. This calculation makes use of the so-called "Bavarian formula."
Examples
convert_to_freedom_units(grades = c(1.3, 2.8))
#> [1] 3.7 2.2