Hi Phil,
thanks a lot for your quick answer!
(i) Why do I need this?
The "why do I need this" is easy to answer: Currently I rewrite a Design Expert tutorial about DoEs in JMP and my first approach is to rebuild every calculation in this tutorial in JMP and there are many design matrices directly stated in coded values.
Of course, for the final application that might be of no interest, since all calculations are done internally in JMP. However, in order to get some educational insights of how the mathematics works behind, I find it quite illustrative to state also directly the coded design matrix since this is the natural object from the mathematical backend point of view.
(ii) Your answer.
Thanks a lot for your answer! Reading through it, I learned some new features about single and multiple column transformations. That was very helpful! However, I believe that your approach might result in false transformation results in the general case, e.g.
1,1,1,1,1,0,-1 is mapped to 1,1,1,1,1,-1,-2
but should stay unchanged. Nevertheless, I will use the workaround:
1. Distributional / Range 0 to 1
2. Manually change one column formula to (. - 0.5) * 2
3. Use copy Copy column properties on this changed formula
4. Apply paste column properties to all other factor columns
That gives for me an acceptable workaround.
Thank Phil and also all others for your quick help!
Best,
Christian