Multiple regression: Difference between revisions

m
Line 1,346:
.06978623</lang>
 
One can compute the covariance matrix of the estimates, the predicted values, residuals... See '''[https://www.stata.com/help.cgi?estat estat]''', '''[https://www.stata.com/help.cgi?predict predict]''', '''[https://www.stata.com/help.cgi?estimates estimates]''', '''[https://www.stata.com/help.cgi?margins margins]''' andfor others.commands Herethat arecan abe fewused examples:after a regression.
 
Here are a few examples, showing how to compute Akaike's AIC, the covariance matrix of the estimates, the predicted values and residuals:
 
<lang stata>. estat ic
1,336

edits