Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to generate coded variables ( ±1 ) from a predictor matrix for a linear model in Response Surface design
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Star Strider
2012 年 9 月 16 日
I suggest you consider Dummy Indicator Variables. (They are in the 2012b documentation. I do not know if they would apply to 2007b.)
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!