Quadratic Regression Fit - Please Help
Hello,When I perform a quadratic regression, it returns the form y=a+bx+c(x-d)^2. I would like it in the form y=a+bx+cx^2 so that I can have the correct parameter estimates. How can I do this - either change the way the model returns or change the parameters as needed?Thanks,Brian