Learn R Programming

qualityTools (version 1.55)

code2real: Coding

Description

Function to calculate the real value of a coded value.

Usage

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.

See Also

http://www.r-qualitytools.org

Examples

Run this code
code2real(160, 200, 0)

Run the code above in your browser using DataLab