How to generate coded variables ( ±1 ) from a predictor matrix for a linear model in Response Surface design
Info
This question is closed. Reopen it to edit or answer.
Show older comments
The variables are T,V,C & A T=[15,5,15,5, 15,5,15,5, 15,5,15,5, 15,5,15,5]'; V=[10,5,5,10,5,10,10,5,5,10,10,5,10,5,5,10]'; C=[98,98,92,92,98,98,92,92,98,98,92,92,98,98,92,92]'; A=[25,25,25,25,15,15,15,15, 25,25,25,25,15,15,15,15]'; X=[T V C A]
It is required to generate the coded variables in ±1 for each of the factors in the design matrix,X.The coded variables will be used for regression analysis.I am using Matlab 2007b
1 Comment
Star Strider
on 16 Sep 2012
I suggest you consider Dummy Indicator Variables. (They are in the 2012b documentation. I do not know if they would apply to 2007b.)
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!