Hello,
I would greatly appreciate some help with this:
My code is
1) How would I generate a table of y_hat and x?
2) What is the command for the above for quadratic regression?
Thank you and help would be much appreciated!
I would greatly appreciate some help with this:
My code is
Code:
regress y x predict y_hat, xb
2) What is the command for the above for quadratic regression?
Thank you and help would be much appreciated!
Comment