code2real: Coding

Description Usage Arguments Author(s) See Also Examples

Description

Function to calculate the real value of a coded value.

Usage

1
code2real(low, high, codedValue)

Arguments

low

numeric value giving the lower boundary.

high

numeric value giving the higher boundary.

codedValue

numeric avlue giving the coded value that will be calculated.

Author(s)

Thomas Roth thomas.roth@tu-berlin.de

See Also

http://www.r-qualitytools.org

Examples

1
code2real(160, 200, 0)

qualityTools documentation built on May 2, 2019, 10:21 a.m.