Learn R Programming

r6qualitytools (version 1.0.1)

code2real: code2real: Coding

Description

Function to calculate the real value of a coded value.

Usage

code2real(low, high, codedValue)

Value

The function return a real value of a coded value

Arguments

low

Numeric value giving the lower boundary.

high

Numeric value giving the higher boundary.

codedValue

Numeric value giving the coded value that will be calculated.

Examples

Run this code
code2real(160, 200, 0)

Run the code above in your browser using DataLab