linear_transform: applies a linear max-min curve to grades

Description Usage Arguments Value

Description

Curves according to a linear transformation, from a set minimum to a set maximum.

Usage

1
2
linear_transform(g, min.act = NULL, max.act = NULL, min.adj = 70,
  max.adj = 100)

Arguments

g

Grades_list object

min.act

The minium grade in the raw (actual) dataset

max.act

The maximum grade in the raw (actual) dataset

min.adj

The minimum grade in adjusted dataset

max.adj

The maximum grade in the adjusted dataset

Value

Grades list with adjusted grades column


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