--------------------------------------------------------------------------------------------------------- log: D:\My Documents\My Downloads\Econ 170\chapter 11, question 1.log log type: text opened on: 9 Nov 2005, 21:18:59 . use "E:\Schmidt\(02) Stata Format\wages2.dta", clear . table female, contents( mean wagesalary median wagesalary ) ------------------------------------------ FEMALE | mean(wagesa~y) med(wagesa~y) ----------+------------------------------- 0 | 28695.64 26020.53 1 | 19437.31 17475.09 ------------------------------------------ . table female, contents(mean education mean age) ------------------------------------------ FEMALE | mean(educat~n) mean(age) ----------+------------------------------- 0 | 14.4167 37.1833 1 | 12.2125 38.9279 ------------------------------------------ . regress wagesalary education age female Source | SS df MS Number of obs = 827 -------------+------------------------------ F( 3, 823) = 62.14 Model | 7.5305e+10 3 2.5102e+10 Prob > F = 0.0000 Residual | 3.3244e+11 823 403941649 R-squared = 0.1847 -------------+------------------------------ Adj R-squared = 0.1817 Total | 4.0775e+11 826 493643060 Root MSE = 20098 ------------------------------------------------------------------------------ wagesalary | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- education | 2493.786 216.0543 11.54 0.000 2069.704 2917.868 age | 520.2076 86.2644 6.03 0.000 350.8835 689.5317 female | -4669.212 1526.61 -3.06 0.002 -7665.72 -1672.704 _cons | -26599.49 5077.18 -5.24 0.000 -36565.23 -16633.74 ------------------------------------------------------------------------------ . log close log: D:\My Documents\My Downloads\Econ 170\chapter 11, question 1.log log type: text closed on: 9 Nov 2005, 21:27:06 ---------------------------------------------------------------------------------------------------------