eststo clear sysuse auto eststo: quietly regress price mpg esttab using table1.html, wide label replace webdoc init example1, replace logall plain /*** Example 1

Exercise 1

Open the 1978 automobile data and run a regression of price on mileage using the regress command.

***/ sysuse auto webdoc append table1.html twoway (scatter price mpg) (lfit price mpg) webdoc graph, height(100) /*** ***/