code2real: code2real: Coding

View source: R/3.3_Factorial_designs_Functions.R

code2realR Documentation

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 value giving the coded value that will be calculated.

Value

The function return a real value of a coded value

Examples

code2real(160, 200, 0)

r6qualitytools documentation built on Oct. 4, 2024, 1:09 a.m.