Dear Statalist,
I am estimating a model to analyze wether the gap between high and low educated fathers in time spent reading with children has increased during the Great Recession. I use two time use surveys, one carried out before the recession (in 2002-2003) and one carried out during the recession (in 2009-2010). I model the data using OLS regressions. My DV is paternal time (minutes per day) spent reading with the child and my IV is a dummy for educational level (higheducated -University- yes/no) plus some controls. I have run both regressions for 2002 and 2009 and there is an increase in the gap:
reg interactive_care highedu age age2 i.agekid child2 child3plus adhousemember weekday outsourc unemp i.edtrysp2 i.empsp2 if sampleM==1 & year==1
reg interactive_care highedu age age2 i.agekid child2 child3plus adhousemember weekday outsourc unemp i.edtrysp2 i.empsp2 if sampleM==1 & year==2
As we see in the regressions results, high educated spent 3 minutes more in 2002-2003 and 6 minutes more in 2009-2010. The gap has been doubled.
However, if I run a regression with both surveys pooled and using an interaction term (year09*higheducated) the result is non significant:
reg interactive_care highedu##year09 age age2 i.agekid child2 child3plus adhousemember weekday outsourc unemp i.edtrysp2 i.empsp2 if sampleM==1
Why these differences in the results?
This is my very first post in the forum so I am very sorry in advance if I do some mistake. Please let me know and I would be very happy to fix it.
Many many thanks in advance
I am estimating a model to analyze wether the gap between high and low educated fathers in time spent reading with children has increased during the Great Recession. I use two time use surveys, one carried out before the recession (in 2002-2003) and one carried out during the recession (in 2009-2010). I model the data using OLS regressions. My DV is paternal time (minutes per day) spent reading with the child and my IV is a dummy for educational level (higheducated -University- yes/no) plus some controls. I have run both regressions for 2002 and 2009 and there is an increase in the gap:
reg interactive_care highedu age age2 i.agekid child2 child3plus adhousemember weekday outsourc unemp i.edtrysp2 i.empsp2 if sampleM==1 & year==1
reg interactive_care highedu age age2 i.agekid child2 child3plus adhousemember weekday outsourc unemp i.edtrysp2 i.empsp2 if sampleM==1 & year==2
Code:
Source | SS df MS Number of obs = 3,859 -------------+---------------------------------- F(15, 3843) = 17.00 Model | 344213.18 15 22947.5453 Prob > F = 0.0000 Residual | 5186151.99 3,843 1349.50611 R-squared = 0.0622 -------------+---------------------------------- Adj R-squared = 0.0586 Total | 5530365.17 3,858 1433.47983 Root MSE = 36.736 ------------------------------------------------------------------------------- interactive~e | Coef. Std. Err. t P>|t| [95% Conf. Interval] --------------+---------------------------------------------------------------- highedu | 3.116415 1.50637 2.07 0.039 .1630547 6.069775 age | .9132052 1.082397 0.84 0.399 -1.208921 3.035332 age2 | -.0140666 .0134793 -1.04 0.297 -.0404939 .0123606 | agekid | age 5-12 | -12.11388 1.357326 -8.92 0.000 -14.77503 -9.452735 child2 | 1.592523 1.32161 1.20 0.228 -.9986006 4.183647 child3plus | -.0482715 2.096733 -0.02 0.982 -4.159088 4.062545 adhousemember | -4.721231 1.683448 -2.80 0.005 -8.021768 -1.420693 weekday | -7.25971 1.247098 -5.82 0.000 -9.704746 -4.814673 outsourc | .8800731 1.472389 0.60 0.550 -2.006666 3.766812 unemp | 9.298752 2.876453 3.23 0.001 3.659233 14.93827 | edtrysp2 | 2 | 3.217508 1.733236 1.86 0.063 -.1806433 6.615659 3 | 7.223192 2.141351 3.37 0.001 3.024898 11.42149 | empsp2 | 2 | 1.516971 2.604079 0.58 0.560 -3.588538 6.62248 3 | -4.548975 3.198141 -1.42 0.155 -10.81919 1.721241 4 | -2.104414 1.374925 -1.53 0.126 -4.800066 .5912383 | _cons | 10.77885 21.30815 0.51 0.613 -30.99751 52.55521 -------------------------------------------------------------------------------
Code:
Source | SS df MS Number of obs = 1,793 -------------+---------------------------------- F(15, 1777) = 8.94 Model | 284081.073 15 18938.7382 Prob > F = 0.0000 Residual | 3762506.99 1,777 2117.33652 R-squared = 0.0702 -------------+---------------------------------- Adj R-squared = 0.0624 Total | 4046588.06 1,792 2258.14066 Root MSE = 46.015 ------------------------------------------------------------------------------- interactive~e | Coef. Std. Err. t P>|t| [95% Conf. Interval] --------------+---------------------------------------------------------------- highedu | 6.284536 2.592455 2.42 0.015 1.199953 11.36912 age | 2.409453 1.907376 1.26 0.207 -1.331485 6.15039 age2 | -.0280814 .0232523 -1.21 0.227 -.0736861 .0175233 | agekid | age 5-12 | -16.83917 2.524653 -6.67 0.000 -21.79077 -11.88757 child2 | .9450514 2.392282 0.40 0.693 -3.74693 5.637033 child3plus | -7.204184 3.906855 -1.84 0.065 -14.8667 .4583302 adhousemember | -9.11387 3.291141 -2.77 0.006 -15.56878 -2.658956 weekday | -11.93212 2.232042 -5.35 0.000 -16.30982 -7.554419 outsourc | 1.347878 3.626624 0.37 0.710 -5.765019 8.460774 unemp | 4.64624 3.325663 1.40 0.163 -1.876383 11.16886 | edtrysp2 | 2 | 2.272788 3.407544 0.67 0.505 -4.410428 8.956003 3 | 3.28916 3.842698 0.86 0.392 -4.247523 10.82584 | empsp2 | 2 | 7.270302 3.064111 2.37 0.018 1.260661 13.27994 3 | 3.908624 23.1384 0.17 0.866 -41.47273 49.28997 4 | 2.26103 2.593797 0.87 0.383 -2.826183 7.348243 | _cons | -16.61599 38.41347 -0.43 0.665 -91.95632 58.72434 -------------------------------------------------------------------------------
However, if I run a regression with both surveys pooled and using an interaction term (year09*higheducated) the result is non significant:
reg interactive_care highedu##year09 age age2 i.agekid child2 child3plus adhousemember weekday outsourc unemp i.edtrysp2 i.empsp2 if sampleM==1
Code:
Source | SS df MS Number of obs = 5,652 -------------+---------------------------------- F(17, 5634) = 24.17 Model | 654926.044 17 38525.0614 Prob > F = 0.0000 Residual | 8978407.06 5,634 1593.61148 R-squared = 0.0680 -------------+---------------------------------- Adj R-squared = 0.0652 Total | 9633333.1 5,651 1704.71299 Root MSE = 39.92 -------------------------------------------------------------------------------- interactive_~e | Coef. Std. Err. t P>|t| [95% Conf. Interval] ---------------+---------------------------------------------------------------- 1.highedu | 3.477233 1.569883 2.21 0.027 .3996584 6.554808 1.year09 | 3.078955 1.475245 2.09 0.037 .1869058 5.971003 | highedu#year09 | 1 1 | 2.33746 2.456134 0.95 0.341 -2.477509 7.152429 | age | 1.378432 .9524214 1.45 0.148 -.4886806 3.245545 age2 | -.0184018 .0117715 -1.56 0.118 -.0414785 .0046748 | agekid | age 5-12 | -13.55779 1.219893 -11.11 0.000 -15.94925 -11.16633 child2 | 1.342821 1.180038 1.14 0.255 -.9705076 3.65615 child3plus | -2.365831 1.887097 -1.25 0.210 -6.065268 1.333606 adhousemember | -6.111541 1.536433 -3.98 0.000 -9.123542 -3.099541 weekday | -8.814364 1.109592 -7.94 0.000 -10.98959 -6.639136 outsourc | .8374926 1.398754 0.60 0.549 -1.904603 3.579589 unemp | 6.945984 2.109734 3.29 0.001 2.810094 11.08188 | edtrysp2 | 2 | 2.906014 1.586254 1.83 0.067 -.2036535 6.015682 3 | 5.941424 1.898214 3.13 0.002 2.220193 9.662655 | empsp2 | 2 | 4.248734 1.910134 2.22 0.026 .5041366 7.993332 3 | -3.760329 3.394674 -1.11 0.268 -10.4152 2.89454 4 | -.8518696 1.243339 -0.69 0.493 -3.289293 1.585554 | _cons | 1.491899 18.91278 0.08 0.937 -35.58444 38.56824 --------------------------------------------------------------------------------
Why these differences in the results?
This is my very first post in the forum so I am very sorry in advance if I do some mistake. Please let me know and I would be very happy to fix it.
Many many thanks in advance
Comment