View source: R/3.3_Factorial_designs_Functions.R
code2real | R Documentation |
Function to calculate the real value of a coded value.
code2real(low, high, codedValue)
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. |
The function return a real value of a coded value
code2real(160, 200, 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.