Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Friday November 9 11:31:52 2018 Page 1

Statistics/Data Analysis

name: <unnamed>
log: C:\Users\Asus E202SA\Downloads\Stata_tute_RaniSuryaResiana_120410160011\t
> ugas3.smcl
log type: smcl
opened on: 9 Nov 2018, 11:29:47

1 .
end of do-file

2 . use "D:\data1.dta"

3 . do "C:\Users\ASUSE2~1\AppData\Local\Temp\STD01000000.tmp"

4 . merge 1:1 pidlink using D:\data2.dta

Result # of obs.

not matched 910


from master 1 (_merge==1)
from using 909 (_merge==2)

matched 29,058 (_merge==3)

5 . reg sw12 marstat age sex

Source SS df MS Number of obs = 29,058


F(3, 29054) = 103.58
Model 50.4407919 3 16.8135973 Prob > F = 0.0000
Residual 4716.29842 29,054 .162328713 R-squared = 0.0106
Adj R-squared = 0.0105
Total 4766.73921 29,057 .164047879 Root MSE = .4029

sw12 Coef. Std. Err. t P>|t| [95% Conf. Interval]

marstat .0191254 .0031535 6.06 0.000 .0129443 .0253065


age .0017257 .0001695 10.18 0.000 .0013934 .002058
sex -.0131007 .0024346 -5.38 0.000 -.0178728 -.0083287
_cons 1.951946 .0077101 253.17 0.000 1.936833 1.967058

6 .
end of do-file

7 . do "C:\Users\ASUSE2~1\AppData\Local\Temp\STD01000000.tmp"

8 . log close
name: <unnamed>
log: C:\Users\Asus E202SA\Downloads\Stata_tute_RaniSuryaResiana_120410160011\t
> ugas3.smcl
log type: smcl
closed on: 9 Nov 2018, 11:30:16

You might also like