This page shows how you can customize your version of Stata. Unless otherwise specified, these tips apply to Stata on Windows, Macintosh, Unix and Linux. How do I change the…
Read More
Search Results for: stata
Installing Stata
Installing Stata is fairly straight forward. For the most part, accepting the default settings if fine, but you may wish to change the default directory that Stata uses when it opens….
Read More
Rwgstata1
Regression with Graphics by Lawrence Hamilton Chapter 1: Variable Distributions | Stata Textbook Examples
use https://stats.idre.ucla.edu/stat/stata/examples/rwg/concord1, clear (Hamilton (1983)) Use the summarize command to get the sample means and standard deviations for 1980 and 1981 water use (pages 2-4). summarize water81 Variable | Obs…
Read More
Rwgstata2
Regression with Graphics by Lawrence Hamilton Chapter 2: Bivariate Regression Analysis | Stata Textbook Examples
use https://stats.idre.ucla.edu/stat/stata/examples/rwg/concord1, clear (Hamilton (1983)) Figure 2.3, page 35. graph twoway scatter water81 income, xlabel(0(20)100) ylabel(0(2000)10000) Figure 2.4, page 35. graph twoway (scatter water81 income) (lfit water81 income), /// xlabel(0(20)100)…
Read More
Rwgstata3
Regression with Graphics by Lawrence Hamilton Chapter 3: Basics of Multiple Regression | Stata Textbook Examples
Table 3.1, page 68. use https://stats.idre.ucla.edu/stat/stata/examples/rwg/concord1, clear (Hamilton (1983)) regress water81 income water80 Source | SS df MS Number of obs = 496 ———+—————————— F( 2, 493) = 391.76 Model…
Read More
Rwgstata4
Regression with Graphics by Lawrence Hamilton Chapter 4: Regression Criticism | Stata Textbook Examples
Table 4.2, page 114 use https://stats.idre.ucla.edu/stat/stata/examples/rwg/concord1, clear correlate income water80 educat retire peop81 cpeop water81 (obs=496) | income water80 educat retire peop81 cpeop water81 ————-+————————————————————— income | 1.0000 water80 |…
Read More
