Last data update: 2014.03.03

R: Calculation of a fictive graduation mark
AbschlussnoteR Documentation

Calculation of a fictive graduation mark

Description

This function calculates a fictive graduation mark, wich is set together by three grades. This is used in the Wikibook-Section "Programmierbeispiele"

Usage

Abschlussnote(x, y, z)

Arguments

x

The first grade

y

The second grade

z

The third grade

Author(s)

Joerg Schlarmann

References

http://de.wikibooks.org/wiki/GNU_R:_Programmierbeispiele

Examples

 #Your three grades are 1.3, 1.7, 2.8
 Abschlussnote(1.3, 1.7, 2.8)

Results