gscale: Grading Scale

Description Usage Arguments Examples

Description

The function gscale() creates grading scales for the Swiss school grading system.

Usage

1
gscale(pass,maxp,cfactor=1,rnd=0.5)

Arguments

pass

The minimum number of points to pass the exam.

maxp

The maximum number of points possible.

cfactor

The correction factor allows for a steeper slope of the grading scale for passing grades. The smaller the cfator, the steeper the slope (default=1).

rnd

Rounds the grades to whatever value you specify (default =0.5).

Examples

1
gscale(pass=34,maxp=90,cfactor=0.8,rnd=0.25)

migilicious/glg documentation built on April 19, 2020, 7:14 p.m.