Dear all,
I wonder if anyone knows of a simple way to obtain predicted means standard errors using -margins- (or other approaches)
for example, say i run the following regression:
Thank you
Fernando
I wonder if anyone knows of a simple way to obtain predicted means standard errors using -margins- (or other approaches)
for example, say i run the following regression:
Code:
sysuse auto regress price mpg foreign ** I can get STD ERR for expected outcomes easily: margins, at(foreign=1 mpg=25 ) at(foreign=0 mpg= 20 ) ** but how do I get Std for the predicted outcomes? ** I know i can get something like that using predict predict price_hat_sep, stdp ** but not sure how to do that using specific values as in the example above
Fernando

Comment