I am trying to do nonlinear regression on a dataset obtained from full factorial design (2 and 3 levels) with the help of genetic programming.
Is there something fundamentally wrong with trying to construct a nonlinear regression model with full-factorial design? My background is not in statistics, and I did read somewhere that full factorial design (esp when few levels are used) are supposed to be used at most to identify contribution of interaction factors, and key factors, and not for full blown nonlinear regression.
Would appreciate your answers...
nonlinear regression ... with the help of genetic programming? Could you provide more details? Why don't you simply use polynimial fitting? – Paul Jul 17 '12 at 7:03