------------------------------------------------------------------------------- log: /disk/u4/SCCS/morg/sources/annual2002.log log type: text opened on: 3 Feb 2003, 13:59:23 . set memory 2000m (2048000k) . set more 1 . ! /bin/rm -f /tmp/aef.raw aef.dct dcthead . * run with stata6 -p0 do annual2002 to get Stata 5 format . * run with nohup stata -b do annual2002 & to run in batch mode . ! echo >dcthead dictionary using /tmp/aef.raw . program define aef2 1. * '-A' are missing value indicators in the earlier files. . if `1' < 1994 {!zcat /home/data/morg/raw/morg`2'.Z |tr "\-A" " " >/tmp/aef. > raw} 2. if `1' >= 1994 {!zcat /home/data/morg/raw/morg`2'.Z >/tmp/aef.raw} 3. ! cat /home/data/morg/sources/dcthead /home/data/morg/sources/aef`3'.dbd > > ./aef.dct 4. quietly infile using aef if age>15&age!=. 5. #delimit cr delimiter now cr . local lastyear=2002 6. . * Miscellaneous (record keeping) variables . if `1' == 1994 { replace hhid = hhid94 7. drop hhid94 } 8. if `1'== 1995 { replace hhid = hhid94 if intmonth<9 9. drop hhid94 } 10. if `1' > 1995 & `1' <= 1997 { drop hhid94 pmsarank } 11. * Geography . display "Geography" 12. generate int year = `1' 13. if `1' > 1995 { replace smsa93 = . if smsa93<2 } 14. replace smsasize = . if smsasize <=0 15. if `1' == 1995 { replace smsastat = smsa995 if intmonth>8 16. replace icntcity = icntct94 if intmonth<9 17. replace centcity = centcitx if intmonth<9 18. replace smsa93 = . if intmonth>=9 & smsa93<2 19. replace smsa93 = . if intmonth<9 20. drop pmsarank 21. generate smsa80 = smsasize if intmonth < 10 } 22. if `1' > 1995 & `1' < 1998 { replace smsastat = smsa995 } 23. replace smsastat = . if smsastat==3 | smsastat<0 24. if `1' == 1994 { drop smsa93 25. replace centcity = centcitx 26. replace icntcity = icntct94 27. replace eligible = . if eligible == 0 28. replace pmsarank = . if intmonth > 3 29. replace pmsarank = . if pmsarank <= 0 30. replace cmsarank = . if intmonth > 3 } 31. if `1' > 1995 & `1' <= 1997 { drop pmsarank } 32. if `1' > 1993 & `1' < 1998 { drop centcitx icntct94 smsa995 } 33. if `1' > 1993 { replace hurespli =. if hurespli <0 34. replace peinusyr = . if peinusyr < 0 } 35. replace centcity = . if centcity==4 | centcity<=0 36. if `1' >= 1986 & `1' < 1994 { replace pmsarank = . if pmsarank<=0 } 37. if `1' >= 1995 & `1' <= 1997 { drop cmsarank} 38. if `1' >= 1986 { replace icntcity = . if icntcity<=0} 39. if `1' > 1984 & `1' < 1995 { replace cmsarank = . if cmsarank<=0} 40. if `1' >= 1989 { replace msafips = . if msafips <=0 41. replace cmsacode = . if cmsacode<=0} 42. if `1' == 1983 { drop docc70 occ70 } 43. if `1' == 1985 { replace smsarank = . if intmonth > 9} 44. if `1' == 1984 { drop icntcity pmsarank cmsarank } 45. if `1' == 1985 & intmonth < 10 { drop icntcity pmsarank cmsarank } 46. if `1' == 1994 { replace cmsarank = . if intmonth>3 } 47. *replace smsasize=. if smsasize<=0 . if `1' < 1985 { generate byte smsa70 = smsasize } 48. if `1' > 1985 & `1' < 1995 { generate byte smsa80 = smsasize } 49. if `1' == 1985 { generate byte smsa70 = smsasize if intmonth<10 } 50. if `1' == 1985 { generate byte smsa80 = smsasize if intmonth>9 } 51. drop smsasize 52. if `1' > 1985 & `1' < 1989 { drop smsarank } 53. if `1' < 1983 { drop unioncov unionmme occ80 ind80 } 54. . * Demography . display "Demography" 55. if `1' > 1983 & `1' < 1994 { replace ownchild = . if ownchild ==0 56. replace ownchild = ownchild - 1 57. generate int ch613=chldpres 58. generate int ch1417=chldpres } 59. if `1' > 1983 & `1' < 1989 { generate int ch05= chldpres 60. recode ch05 4 6/8 = 1 0/3 5 = 0 61. recode ch613 3 5 7/8 = 1 0/2 4 6 = 0 62. recode ch1417 2 5/6 8 =1 0/1 3/4 7 = 0 } 63. if `1' > 1988 & `1' < 1994 { generate int ch02 = chldpres 64. generate int ch35 = chldpres 65. recode ch02 2 6/8 12/14 16 = 1 0/1 3/5 9/ > 11 15 = 0 66. recode ch35 3 6 9/10 12/13 15/16 = 1 0/2 4/5 7/ > 8 11 14 = 0 67. recode ch613 4 7 9 11/12 14/16 = 1 0/3 5/6 8 > 10 13 = 0 68. recode ch1417 5 8 10/11 13/16 = 1 0/4 6/7 9 > 12 = 0 69. generate int ch05 = ch02 70. replace ch05 = ch35 if ch35 == 1 71. label variable ch02 "Children 0-2" 72. label variable ch35 "Children 3-5"} 73. if `1' > 1983 & `1' < 1994 { label variable ch05 "Children 0-5" 74. label variable ch613 "Children 6-13" 75. label variable ch1417 "Children 6-17" } 76. if `1' == 1998 { drop ownchild chldpres } 77. if `1' >= 1999 {replace ownchild = . if ownchild < 0 78. replace chldpres = . if chldpres < 0 79. generate int ch02 = chldpres 80. generate int ch35 = chldpres 81. generate int ch613 = chldpres 82. generate int ch1417 = chldpres 83. recode ch02 1 5/7 11/13 15 = 1 0 2/4 8/10 14 = 0 84. recode ch35 2 5 8/9 11/12 14/15 = 1 0/1 3/4 6/7 10 13 =0 85. recode ch613 3 6 8 10/11 13/15 = 1 0/2 4/5 7 9 12 = 0 86. recode ch1417 4 7 9/10 12/15 = 1 0/3 5/6 8 11 = 0 87. generate int ch05 = ch02 88. replace ch05 = ch35 if ch35 == 1 } 89. . if `1' == 1999 { replace ownchild = . if intmonth < 10 90. replace chldpres = . if intmonth < 10 91. replace ch613 = . if intmonth < 10 92. replace ch1417 = . if intmonth < 10 93. replace ch05 = . if intmonth < 10 94. replace ch02 = . if intmonth < 10 95. replace ch35 = . if intmonth < 10 } 96. if `1' > 1988 & `1' < 1992 { drop grade92 } 97. if `1' < 1989 { replace gradeat = gradeat - 1 98. replace marital = 7 if marital==5 } 99. if `1' > 1991 { replace grade92 = . if grade92 < 0 } 100. if `1' >= 1998 { replace ged = . if ged < 0 101. replace gedhigr = . if gedhigr < 0 102. replace yrcoll = . if yrcoll < 0 103. replace grprof = . if grprof < 0 104. replace gr6cor = . if gr6cor < 0 105. replace ms123 = . if ms123 < 0 106. generate double ihigrdc = . 107. label var ihigrdc "Imputed highest grade completed" 108. replace ihigrdc = 0 if grade92==31 109. replace ihigrdc = 2.5 if grade92==32 110. replace ihigrdc = 5.5 if grade92==33 111. replace ihigrdc = 7.5 if grade92==34 112. replace ihigrdc = 9 if grade92==35 113. replace ihigrdc =10 if grade92==36 114. replace ihigrdc =11 if grade92==37 115. replace ihigrdc =12 if grade92==38 116. replace ihigrdc = 0 if grade92==39 & ged==2 & gedhigr== > 1 117. replace ihigrdc = 2.5 if grade92==39 & ged==2 & gedhigr== > 2 118. replace ihigrdc = 5.5 if grade92==39 & ged==2 & gedhigr== > 3 119. replace ihigrdc = 7.5 if grade92==39 & ged==2 & gedhigr== > 4 120. replace ihigrdc = 9 if grade92==39 & ged==2 & gedhigr== > 5 121. replace ihigrdc = 10 if grade92==39 & ged==2 & gedhigr== > 6 122. replace ihigrdc = 11 if grade92==39 & ged==2 & gedhigr== > 7 123. replace ihigrdc = 12 if grade92==39 & ged==2 & gedhigr== > 8 124. replace ihigrdc = 12 if ged==1 125. replace ihigrdc = 12 if grade92>=40 & grade92<=42 & yrco > ll==1 126. replace ihigrdc = 13 if grade92>=40 & grade92<=42 & yrco > ll==2 127. replace ihigrdc = 14 if grade92>=40 & grade92<=42 & yrco > ll==3 128. replace ihigrdc = 15 if grade92>=40 & grade92<=42 & yrco > ll==4 129. replace ihigrdc = 16 if grade92>=40 & grade92<=42 & yrco > ll==5 130. replace ihigrdc = 16 if grade92==43 & grprof==2 131. replace ihigrdc = 17 if grade92==43 & gr6cor==2 132. replace ihigrdc = 18 if grade92==43 & gr6cor==1 133. replace ihigrdc = 17 if grade92==44 & ms123==1 134. replace ihigrdc = 18 if grade92==44 & ms123>=2 & ms123<. 135. replace ihigrdc = 18 if grade92==45 | grade92==46 136. } 137. if `1' == 1992 | `1' == 1993 { drop gradecp gradeat} 138. if `1' == 1995 { replace relref94 = . if intmonth > 2 139. replace relref95 = . if intmonth < 3 } 140. if `1' > 1995 { drop relref94 } 141. if `1' == 1994 { drop relref95 } 142. if `1' >= 1994 { replace veteran = . if veteran < 0 143. replace penatvty = . if penatvty < 0 144. replace pemntvty = . if pemntvty < 0 145. replace pefntvty = . if pefntvty < 0 146. replace prcitshp = . if prcitshp < 0 147. replace prcitflg = . if prcitflg < 0 } 148. if `1' > 1989 { replace ethnic = . if ethnic < 0 149. replace ethnic = . if ethnic >= 10} 150. . * Employment . display "Employment" 151. if `1' >= 1994 { replace occ80 = . if occ80 <0 152. replace ind80 = . if ind80 < 10 153. replace class94 = . if class94<0 } 154. #delimit ; delimiter now ; . display "docc80"; 155. if `1' >= 1983 { generate int docc80=occ80; 156. recode docc80 1/6=1 7/22=2 23/37=3 44/59=4 64/68=5 69/83=6 84/89=7 > 95/106=8 113/154=9 155/159=10 178/179=11 43 63 163/177 183/199=12 > 203/208=13 213/225=14 226/235=15 243=16 253/257=17 258/259=18 > 263/278=19 283/285=20 303/307=21 308/309=22 313/315=23 337/344=24 > 354/357=25 316/336 345/353 359/389=26 403/407=27 413/427=28 > 433/444=29 445/447=30 448/455=31 456/469=32 503/549=33 553/599=34 > 613/699=35 703/779=36 783/799=37 803/814=38 823/859=39 869=40 > 875/883=41 863/868 873 874 885/889=42 473/476=43 477/489=44 494/499=45 > 905=46}; 157. display "dind"; 158. if `1'<= 1982{ > replace dind=ind70 ; 159. recode dind 18/19=1 17=2 47/57=3 67/77=4 107/109=5 118=6 119/138=7 > 139/149=8 157/168 258=9 169=10 177/198=11 199/209=12 219 =13 > 227=14 228/238=15 239/257=16 259=18 268/298=19 299=20 > 307/318=21 319/327=22 328/337=23 338/339=24 347/369=25 > 377/378=26 379/ > 387=27 388/398=28 407/429=29 447/449=30 467/479=31 > 507/588=32 607/698=33 707/709=34 717/718=35 > 769=36 727/748=37 749/759=38 777/798=39 807/809=40 838=41 > 828/837 839/848=42 877/879=44 857/868=43 849 869 887/897= > 45 027 028 = 46 907/937=52 } ; 160. if `1' <=1993 & `1' >=1983 {replace dind=ind80; 161. recode > dind 12/30=1 10/11=2 40/50=3 60=4 230/241=5 242=6 250/262=7 > 270/280=8 281/300=9 301=10 310/332=11 340/350=12 > 351=13 352=14 360/370=15 371/382=16 390=17 391/392=18 > 100/122=19 130=20 132/150=21 151/152=22 160/162=23 171/172=24 > 180/192=25 200/201=26 210/212=27 220/222=28 > 400/432=29 440/442=30 450/472=31 500/571=32 580/691=33 700/710=34 > 711/712=35 761=36 721/750=37 751/760=38 762/791=39 800/810=40 > 831=41 812/830 832/840=42 842/860=43 861/871=44 841 872/893=45 > 31/32=46 900/932=52 991=51}; 162. if `1' >= 1994 {replace dind=ind80; 163. recode > dind 12/30=1 10/11=2 40/50=3 60=4 230/241=5 242=6 250/262=7 > 270/280=8 281/300=9 301=10 310/332=11 340/350=12 > 351=13 352=14 360/370=15 371/382=16 390=17 391/392=18 > 100/122=19 130=20 132/150=21 151/152=22 160/162=23 171/172=24 > 180/192=25 200/201=26 210/212=27 220/222=28 > 400/432=29 440/442=30 450/472=31 500/571=32 580/691=33 > 700/710=34 711/712=35 761=36 721/750=37 751/760=38 762/791=39 > 800/810=40 831=41 812/830 832/840=42 842/860=43 > 861/871=44 841 872/893 =45 > 032 031 =46 910 922 932 900 901 > 921 930 931 =52 991=51 }; 164. #delimit cr delimiter now cr . * Wages (If earnings are 0, then wage rate is missing, not zero). . display "Wages" 165. replace paidhr = . if paidhr <=0 166. replace paidhre = . if paidhre <=0 167. replace earnhr = . if earnhr <=0 168. replace earnhre = . if earnhre <=0 169. replace earnwke = . if earnwke < 0 170. if `1' < 1989 {replace eligible = 2 if eligible == . } 171. if `1' >= 1989 {replace eligible = 2 if eligible == 0 172. replace eligible = . if eligible < 0 } 173. if `1' < 1989 {replace I25a = 0 if I25a ==. 174. replace I25b = 0 if I25b ==. 175. replace I25c = 0 if I25c ==. 176. replace I25d = 0 if I25d ==.} 177. if `1' >= 1994 {replace eligible = 0 if eligible ==. 178. replace I25a = 0 if I25a <= 3 179. replace I25b = 0 if I25b <= 3 180. *replace I25a = . if I25a < 0 . *replace I25b = . if I25b < 0 . replace earnhre = . if earnhre ==1 181. replace uhourse = . if lfsr94 >2 | lfsr94 <1 182. replace lfsr94 = . if lfsr94 < 0 } 183. if `1' >= 1996 { replace I25c = . if I25c < 0 184. replace I25d = . if I25d < 0 } 185. if `1' == 1995 { replace I25c = . if I25c < 0 186. replace I25d = . if I25d < 0 187. replace I25c = . if intmonth < 9 188. replace I25d = . if intmonth < 9 } 189. if `1' == 1994 { drop I25c I25d } 190. * Hours, Unions . display "Hours, Unions" 191. if `1' >= 1994 { 192. replace reason94 = . if reason94< 0 193. replace absent94 = . if absent94< 0 194. replace studftpt = . if studftpt< 0 195. replace ftpt94 = . if ftpt94 < 0 196. replace hourslw = . if hourslw < 0 197. replace hourslw = 99 if hourslw >99 & hourslw != . 198. replace uhourse = . if uhourse < 0 199. replace why3594 = . if why3594 < 0 200. replace unionmme = . if unionmme< 0 201. replace unioncov = . if unioncov< 0 } 202. . * Person Match . display "Person Match" 203. generate int mym = `1' * 10 + minsamp 204. label var mym "Match year and month-in-sample" 205. sort mym state hhid hhnum lineno 206. display "Merge previous year" 207. if (`1' > 1979 & `1' <= 2000 ) { 208. local prevyear=`2'-1 209. if ( `1'==2000 ) { local prevyear=99 } 210. display "Merging `1' file using match`prevyear'4.dta (year<=2000)" 211. merge mym state hhid hhnum lineno using /homes/data/morg/match/match`pr > evyear'4.dta,update 212. } 213. else if `1' >2000 { 214. local prevyear=`1'-2000 215. display "Merging `1' file using match`prevyear'4.dta (year>2000)" 216. merge mym state hhid hhnum lineno using /homes/data/morg/match/match0`p > revyear'4.dta,update 217. } 218. if (`1' > 1979 ) { 219. display "Dropping non-matches from the matchfile" 220. drop if _merge==2 221. display "Dropping the _merge variable" 222. drop _merge 223. display "Merge next year, lastyear=`lastyear'" 224. sort mym state hhid hhnum lineno 225. } 226. if `1' <=1999 { 227. local nextyear = `2' + 1 228. if ( `1' ==1999 ) { local nextear=00 } 229. display "Merging `1' file using match`nextyear'8.dta (year<2000)" 230. merge mym state hhid hhnum lineno using /homes/data/morg/match/match`ne > xtyear'8.dta,update 231. } 232. else if ( `1' < `lastyear' & `1' >= 2000 ) { 233. local nextyear = `2' + 1 234. display "Merging `1' file using match0`nextyear'8.dta (year>2000 & year > < `lastyear')" 235. merge mym state hhid hhnum lineno using /homes/data/morg/match/match`ne > xtyear'8.dta,update 236. } 237. if ( `1' < `lastyear' ) { 238. display "Dropping non-matches from the matchfile" 239. drop if _merge==2 240. display "Dropping the _merge variable" 241. drop _merge 242. } 243. gen byte sexdif=sex==msex 244. gen byte racedif=race==mrace 245. if ( `1'==1988 & minsamp==4 & race==3 & mrace>3 & mrace<. ) { replace race > dif=1 } 246. else if ( `1'==1989 & minsamp==8 & race>3 & race<. & mrace==3 ) { replace > racedif=1 } 247. else if ( `1'==1995 & minsamp==4 & race==5 & mrace==1 ) { replace racedif= > =1 } 248. else if ( `1'==1996 & minsamp==8 & race==1 & mrace==5 ) { replace racedif= > 1 } 249. gen byte agedif=age-mage 250. gen byte ragedif=(agedif==0 | agedif==1 | agedif==2) 251. gen byte nragedif=(agedif==-1 | agedif==0 | agedif==1 | agedif==2 | agedif > ==3) 252. gen byte match=0 253. replace match=1 if sexdif+racedif+nragedif==3 254. . * Save and exit . compress 255. save /home/data/morg/annual/morg`2',old replace 256. summarize 257. ! /bin/chmod a+r /home/data/morg/annual/m*.dta 258. ! /bin/chmod g+w /home/data/morg/annual/m*.dta 259. ! /bin/chgrp web /home/data/morg/annual/m*.dta 260. clear 261. ! /bin/rm -f aef.dct /tmp/aef.raw 262. end . . * Each block of commands does one year of the data. The data must be . * decompressed, and possibly have dashes converted to blanks. . * Then a dictionary for the particular year is prepared by . * concatenating a one line header (with the file name) to a generic . * dictionary body that covers several years of data that used the . * same format. . *Lastly, the data is read, modified, summarized and saved. . . aef2 1979 79 79_83 Geography (0 real changes made) (42028 real changes made, 42028 to missing) (49005 real changes made, 49005 to missing) (217182 missing values generated) Demography (328406 real changes made) (75207 real changes made) Employment docc80 dind dind was byte now int (328406 real changes made, 79176 to missing) (249230 changes made) Wages (0 real changes made) (0 real changes made) (194 real changes made, 194 to missing) (0 real changes made) (0 real changes made) (213432 real changes made) (324472 real changes made) (323402 real changes made) (313917 real changes made) (300131 real changes made) Hours, Unions Person Match Merge previous year Merging 1979 file using match808.dta (year<2000) Dropping non-matches from the matchfile (63236 observations deleted) Dropping the _merge variable (193558 missing values generated) (101949 real changes made) dind was int now byte file /home/data/morg/annual/morg79.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- minsamp | 331958 5.973503 1.999827 4 8 intmonth | 331958 6.517915 3.470287 1 12 hhid | 0 state | 331958 52.56956 26.07523 11 95 smsarank | 331958 5.472424 10.76441 0 57 hhnum | 331958 1.10104 .34973 1 8 activlwr | 331958 2.838465 2.172222 1 7 hourslw | 187494 38.80237 14.24685 1 99 reasonlw | 48945 10.48984 3.60344 1 15 absentlw | 14063 3.292612 2.504851 1 8 classer | 253697 1.387919 .7412012 1 5 ind70 | 251878 544.7404 292.0898 17 937 occ70 | 251941 485.5278 278.2747 1 984 lineno | 331958 1.81009 1.096489 0 36 relahh | 331958 2.414137 1.278709 1 6 age | 331958 41.99704 18.62311 16 99 marital | 331958 2.823231 2.489312 1 7 race | 331958 1.145344 .4195918 1 3 sex | 331958 1.53192 .4989808 1 2 veteran | 156202 4.744331 1.829951 1 6 gradeat | 331958 11.97433 3.124134 0 18 gradecp | 331958 1.23741 .4254959 1 2 esr | 331958 2.586674 2.065114 1 7 weight | 331958 1475.481 591.6254 2.07 12287.05 smsastat | 289451 1.335345 .4721118 1 2 centcity | 282414 2.063765 .7871302 1 3 ethnic | 330966 7.802928 1.094101 1 9 ptstat | 331958 .5901439 1.75588 0 6 ftpt79 | 331958 1.011339 1.194315 0 5 dind | 251878 29.16438 14.22394 1 52 docc70 | 331958 13.23725 13.88579 0 44 doinglw | 331270 2.897039 2.298897 1 8 hourslwa | 186745 38.75361 14.29917 0 99 uhours35 | 48063 1.652165 .4762883 1 2 why35lw | 48308 10.48884 3.604018 1 15 class | 251859 2.002442 1.797357 1 8 uhours | 172952 38.04285 11.20489 0 99 paidhr | 171975 1.412217 .4922352 1 2 earnhr | 87278 510.2421 278.4705 1 9999 uearnwk | 146128 235.6494 159.4307 0 999 earnwt | 331958 6023.872 2442.708 8.38 69937.99 eligible | 331958 1.650435 .4768334 1 2 uhourse | 173556 38.1637 10.9921 0 99 paidhre | 173556 1.409424 .491729 1 2 earnhre | 102498 518.5001 267.7287 50 9999 earnwke | 173556 238.9576 159.0522 0 999 I25a | 331958 .0119654 .1087301 0 1 I25b | 331958 .0152158 .1224104 0 1 I25c | 331958 .0440327 .2051681 0 1 I25d | 331958 .086047 .2804339 0 1 uearnwke | 102498 199.0308 126.528 0 999 year | 331958 1979 0 1979 1979 smsa70 | 112445 1.597288 .490446 1 2 mym | 331958 19795.97 1.999827 19794 19798 mminsamp | 138400 8 0 8 8 mage | 138400 44.93049 18.38734 16 99 mrace | 138400 1.141207 .4114647 1 3 msex | 138400 1.534552 .4988065 1 2 sexdif | 331958 .3842052 .4864075 0 1 racedif | 331958 .4075395 .4913774 0 1 agedif | 138400 -1.270036 11.12662 -75 81 ragedif | 331958 .0171196 .1297174 0 1 nragedif | 331958 .313627 .4639674 0 1 match | 331958 .3071142 .4612978 0 1 . aef2 1980 80 79_83 Geography (0 real changes made) (67179 real changes made, 67179 to missing) (77615 real changes made, 77615 to missing) (267911 missing values generated) Demography (385941 real changes made) (89646 real changes made) Employment docc80 dind dind was byte now int (385941 real changes made, 92385 to missing) (293556 changes made) Wages (0 real changes made) (0 real changes made) (183 real changes made, 183 to missing) (0 real changes made) (0 real changes made) (186472 real changes made) (381993 real changes made) (381103 real changes made) (370376 real changes made) (354350 real changes made) Hours, Unions Person Match Merge previous year Merging 1980 file using match794.dta (year<=2000) Dropping non-matches from the matchfile (29778 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1980 file using match818.dta (year<2000) Dropping non-matches from the matchfile (38901 observations deleted) Dropping the _merge variable (104323 missing values generated) (218130 real changes made) dind was int now byte file /home/data/morg/annual/morg80.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- minsamp | 398671 6.023082 1.999869 4 8 intmonth | 398671 6.527237 3.474299 1 12 hhid | 0 state | 398671 53.68019 26.23468 11 95 smsarank | 398671 4.96616 10.35439 0 57 hhnum | 398671 1.092778 .334931 1 7 activlwr | 398671 2.865646 2.195722 1 7 hourslw | 223507 38.51294 14.00087 1 99 reasonlw | 58360 10.28232 3.877099 1 15 absentlw | 18368 3.591409 2.612822 1 8 classer | 305289 1.395258 .7441873 1 5 ind70 | 303140 548.7197 293.2766 17 937 occ70 | 303175 483.1458 279.6694 1 984 lineno | 398671 1.804014 1.098172 0 34 relahh | 398671 2.411708 1.28335 1 6 age | 398671 42.04222 18.58277 16 99 marital | 398671 2.841358 2.490991 1 7 race | 398671 1.150412 .4313903 1 3 sex | 398671 1.530864 .4990471 1 2 veteran | 187605 4.775726 1.81506 1 6 gradeat | 398671 12.04773 3.102068 0 18 gradecp | 398671 1.234895 .423934 1 2 esr | 398671 2.602304 2.078299 1 7 weight | 398671 1278.476 667.752 2.08 10839.98 smsastat | 329738 1.347388 .476141 1 2 centcity | 319026 2.074524 .7987672 1 3 ethnic | 397847 7.801481 1.093835 1 9 ptstat | 398671 .6106539 1.777582 0 6 ftpt79 | 398671 1.033499 1.205821 0 5 dind | 303140 29.33676 14.30709 1 52 docc70 | 398671 13.24892 13.89751 0 44 doinglw | 398040 2.92854 2.328 1 8 hourslwa | 222779 38.47732 14.02852 0 99 uhours35 | 57515 1.667565 .47109 1 2 why35lw | 57710 10.28758 3.872926 1 15 class | 303148 2.018027 1.804373 1 8 uhours | 204608 37.87929 11.01974 0 99 paidhr | 203476 1.415558 .4928191 1 2 earnhr | 103665 554.0065 300.9731 1 9999 uearnwk | 174937 252.8624 168.9658 0 999 earnwt | 398671 5225.375 2734.643 8.36 44499.5 eligible | 398671 1.4831 .4997149 1 2 uhourse | 206073 37.95538 10.86806 0 99 paidhre | 206073 1.414145 .4925749 1 2 earnhre | 120729 562.0948 299.0126 50 9999 earnwke | 206073 257.3624 169.8413 0 999 I25a | 398671 .0101964 .1004611 0 1 I25b | 398671 .0124965 .1110873 0 1 I25c | 398671 .0402964 .1966537 0 1 I25d | 398671 .0817541 .2739901 0 1 uearnwke | 120729 212.9395 135.2264 0 999 year | 398671 1980 0 1980 1980 smsa70 | 122449 1.611389 .4874365 1 2 mym | 398671 19806.02 1.999869 19804 19808 mminsamp | 294348 6.119233 1.996446 4 8 mage | 294348 44.35174 18.40899 16 99 mrace | 294348 1.14332 .4172614 1 3 msex | 294348 1.533691 .4988644 1 2 sexdif | 398671 .6794675 .4666819 0 1 racedif | 398671 .721901 .448063 0 1 agedif | 294348 -.0575102 11.29404 -81 81 ragedif | 398671 .2750187 .4465243 0 1 nragedif | 398671 .558601 .4965547 0 1 match | 398671 .5471429 .4977732 0 1 . aef2 1981 81 79_83 Geography (0 real changes made) (58688 real changes made, 58688 to missing) (67882 real changes made, 67882 to missing) (249176 missing values generated) Demography (363984 real changes made) (85040 real changes made) Employment docc80 dind dind was byte now int (363984 real changes made, 88283 to missing) (275701 changes made) Wages (0 real changes made) (0 real changes made) (129 real changes made, 129 to missing) (0 real changes made) (0 real changes made) (177061 real changes made) (360601 real changes made) (359836 real changes made) (350091 real changes made) (335512 real changes made) Hours, Unions Person Match Merge previous year Merging 1981 file using match804.dta (year<=2000) Dropping non-matches from the matchfile (41087 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1981 file using match828.dta (year<2000) Dropping non-matches from the matchfile (35951 observations deleted) Dropping the _merge variable (74390 missing values generated) (228088 real changes made) dind was int now byte file /home/data/morg/annual/morg81.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- minsamp | 379861 6.051793 1.999332 4 8 intmonth | 379861 6.370133 3.507186 1 12 hhid | 0 state | 379861 53.48919 26.17268 11 95 smsarank | 379861 5.114579 10.48567 0 57 hhnum | 379861 1.087853 .3278929 1 7 activlwr | 379861 2.898481 2.223606 1 7 hourslw | 212354 38.07172 13.89524 1 99 reasonlw | 61202 9.894644 3.85242 1 15 absentlw | 16678 3.644442 2.655778 1 8 classer | 289713 1.388833 .7428159 1 5 ind70 | 287525 551.3967 291.9851 17 937 occ70 | 287595 480.0578 280.0556 1 984 lineno | 379861 1.7995 1.093337 0 34 relahh | 379861 2.407307 1.280519 1 6 age | 379861 42.1778 18.56438 16 99 marital | 379861 2.852164 2.489938 1 7 race | 379861 1.154233 .4375162 1 3 sex | 379861 1.530254 .4990845 1 2 veteran | 178698 4.800065 1.805002 1 6 gradeat | 379861 12.09364 3.094113 0 18 gradecp | 379861 1.232698 .4225521 1 2 esr | 379861 2.62417 2.100328 1 7 weight | 379861 1398.032 687.006 26.09 9906.14 smsastat | 318111 1.343059 .4747319 1 2 centcity | 308423 2.070964 .7947785 1 3 ethnic | 378994 7.791633 1.12 1 9 ptstat | 379861 .6138166 1.779509 0 6 ftpt79 | 379861 1.038422 1.209668 0 5 dind | 287525 29.4433 14.23057 1 52 docc70 | 379861 13.14781 13.8638 0 44 doinglw | 379265 2.966991 2.364218 1 8 hourslwa | 211686 38.04246 13.91579 0 99 uhours35 | 60535 1.611861 .4873305 1 2 why35lw | 60643 9.891859 3.852168 1 15 class | 287670 2.005399 1.797804 1 8 uhours | 193230 37.79235 10.93478 0 99 paidhr | 192130 1.415833 .4928663 1 2 earnhr | 98726 603.2849 327.2452 1 9900 uearnwk | 166406 275.5953 183.1747 0 999 earnwt | 379861 5592.096 2759.564 114.46 40008.34 eligible | 379861 1.486281 .4998124 1 2 uhourse | 195142 37.84171 10.83384 0 99 paidhre | 195142 1.414575 .4926498 1 2 earnhre | 114241 610.3284 323.6733 50 9900 earnwke | 195142 279.6974 183.7792 0 999 I25a | 379861 .0092876 .0959238 0 1 I25b | 379861 .0113436 .1059008 0 1 I25c | 379861 .0380745 .1913763 0 1 I25d | 379861 .0780996 .2683286 0 1 uearnwke | 114241 230.6227 146.9177 0 999 year | 379861 1981 0 1981 1981 smsa70 | 119591 1.609193 .4879333 1 2 mym | 379861 19816.05 1.999332 19814 19818 mminsamp | 305471 5.957934 1.999561 4 8 mage | 305471 44.3047 18.41989 16 99 mrace | 305471 1.146344 .4235351 1 3 msex | 305471 1.533556 .4988735 1 2 sexdif | 379861 .7395389 .4388868 0 1 racedif | 379861 .7862613 .409945 0 1 agedif | 305471 .0382197 11.26362 -81 77 ragedif | 379861 .320333 .4666051 0 1 nragedif | 379861 .6125372 .4871714 0 1 match | 379861 .6004512 .4898063 0 1 . aef2 1982 82 79_83 Geography (0 real changes made) (53627 real changes made, 53627 to missing) (61922 real changes made, 61922 to missing) (237789 missing values generated) Demography (351023 real changes made) (82295 real changes made) Employment docc80 dind dind was byte now int (351023 real changes made, 85949 to missing) (265074 changes made) Wages (0 real changes made) (0 real changes made) (130 real changes made, 130 to missing) (0 real changes made) (0 real changes made) (175226 real changes made) (348192 real changes made) (347715 real changes made) (339353 real changes made) (326914 real changes made) Hours, Unions Person Match Merge previous year Merging 1982 file using match814.dta (year<=2000) Dropping non-matches from the matchfile (35489 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1982 file using match838.dta (year<2000) Dropping non-matches from the matchfile (35377 observations deleted) Dropping the _merge variable (66062 missing values generated) (222813 real changes made) dind was int now byte file /home/data/morg/annual/morg82.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- minsamp | 363851 6.03901 1.999622 4 8 intmonth | 363851 6.531457 3.485563 1 12 hhid | 0 state | 363851 53.24647 26.12186 11 95 smsarank | 363851 5.22117 10.54902 0 57 hhnum | 363851 1.084612 .3207759 1 7 activlwr | 363851 2.948292 2.239695 1 7 hourslw | 198973 37.90865 14.09734 1 99 reasonlw | 55886 9.80827 4.13491 1 15 absentlw | 17338 3.967355 2.695219 1 8 classer | 277095 1.393555 .7573137 1 5 ind70 | 274593 554.5202 290.3621 17 937 occ70 | 274652 479.4214 282.0686 1 984 lineno | 363851 1.801023 1.086849 0 36 relahh | 363851 2.414758 1.285935 1 6 age | 363851 42.34024 18.57482 16 99 marital | 363851 2.872816 2.493879 1 7 race | 363851 1.157136 .4425864 1 3 sex | 363851 1.530978 .4990401 1 2 veteran | 170922 4.821615 1.795224 1 6 gradeat | 363851 12.16458 3.069324 0 18 gradecp | 363851 1.229171 .4202999 1 2 esr | 363851 2.655694 2.103307 1 7 weight | 363851 1471.088 693.4647 23.03 11759.53 smsastat | 308144 1.33977 .4736317 1 2 centcity | 299515 2.067095 .7921629 1 3 ethnic | 363009 7.787881 1.128423 1 9 ptstat | 363851 .6434832 1.807875 0 6 ftpt79 | 363851 1.070614 1.233581 0 5 dind | 274593 29.58519 14.1304 1 52 docc70 | 363851 13.12495 13.8969 0 44 doinglw | 363370 3.024033 2.390413 1 8 hourslwa | 198496 37.88102 14.12203 0 99 uhours35 | 55315 1.669366 .4704456 1 2 why35lw | 55386 9.807424 4.137263 1 15 class | 275600 2.01684 1.8196 1 8 uhours | 180611 37.50606 11.09926 0 99 paidhr | 179799 1.419491 .4934771 1 2 earnhr | 93337 635.5942 356.6188 1 9999 uearnwk | 158153 291.8034 196.153 0 999 earnwt | 363851 5884.629 2786.479 82.18 46281.37 eligible | 363851 1.499331 .5000002 1 2 uhourse | 182169 37.53416 11.00894 0 99 paidhre | 182169 1.41781 .4931999 1 2 earnhre | 106057 643.3446 350.0579 50 9999 earnwke | 182169 296.0086 197.1715 0 999 I25a | 363851 .0079978 .0890721 0 1 I25b | 363851 .0093445 .0962143 0 1 I25c | 363851 .0330355 .1787295 0 1 I25d | 363851 .0684593 .2525328 0 1 uearnwke | 106057 239.9933 155.8358 0 999 year | 363851 1982 0 1982 1982 smsa70 | 117422 1.607748 .4882544 1 2 mym | 363851 19826.04 1.999622 19824 19828 mminsamp | 297789 5.991558 1.999986 4 8 mage | 297789 44.44362 18.4557 16 99 mrace | 297789 1.149636 .430317 1 3 msex | 297789 1.533079 .4989054 1 2 sexdif | 363851 .7511811 .4323292 0 1 racedif | 363851 .7997752 .4001691 0 1 agedif | 297789 .0072434 11.10947 -79 79 ragedif | 363851 .3255838 .4685932 0 1 nragedif | 363851 .6251103 .4840951 0 1 match | 363851 .6123743 .4872091 0 1 . aef2 1983 83 79_83 Geography (0 real changes made) (53411 real changes made, 53411 to missing) (61562 real changes made, 61562 to missing) (236428 missing values generated) Demography (348521 real changes made) (82076 real changes made) Employment docc80 (86372 missing values generated) (262149 changes made) dind dind was byte now int (264498 real changes made, 2349 to missing) (262149 changes made) Wages (0 real changes made) (0 real changes made) (130 real changes made, 130 to missing) (0 real changes made) (0 real changes made) (174589 real changes made) (345921 real changes made) (345442 real changes made) (336774 real changes made) (324506 real changes made) Hours, Unions Person Match Merge previous year Merging 1983 file using match824.dta (year<=2000) Dropping non-matches from the matchfile (30111 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1983 file using match848.dta (year<2000) Dropping non-matches from the matchfile (36948 observations deleted) Dropping the _merge variable (66911 missing values generated) (220305 real changes made) dind was int now byte docc80 was int now byte file /home/data/morg/annual/morg83.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- minsamp | 361565 6.031646 1.999752 4 8 intmonth | 361565 6.511692 3.484782 1 12 hhid | 0 state | 361565 53.43392 26.15843 11 95 smsarank | 361565 5.234519 10.56636 0 57 hhnum | 361565 1.082815 .3168257 1 8 activlwr | 361565 2.947575 2.246358 1 7 hourslw | 198419 38.21275 14.12935 1 99 reasonlw | 53800 9.915836 4.042661 1 15 absentlw | 15945 3.852556 2.683487 1 8 classer | 274299 1.397223 .7603185 1 5 ind70 | 272207 708.9335 144.1925 17 937 occ80 | 271909 403.7255 244.0615 3 905 lineno | 361565 1.799776 1.079076 0 32 relahh | 361565 2.420724 1.29102 1 6 age | 361565 42.51 18.56279 16 99 marital | 361565 2.884001 2.49568 1 7 race | 361565 1.158472 .4450284 1 3 sex | 361565 1.5297 .4991178 1 2 veteran | 170251 4.85186 1.782342 1 6 gradeat | 361565 12.23729 3.065593 0 18 gradecp | 361565 1.224518 .4172654 1 2 esr | 361565 2.660576 2.115353 1 7 weight | 361565 1499.345 712.4892 22.24 10617.25 ind80 | 271909 547.4024 285.9834 10 991 unioncov | 144764 1.960329 .1951868 1 2 smsastat | 306213 1.341876 .4743392 1 2 centcity | 297714 2.069523 .7930434 1 3 ethnic | 360792 7.784643 1.132546 1 9 ptstat | 361565 .636992 1.799246 0 6 ftpt79 | 361565 1.065839 1.226771 0 5 dind | 271909 29.5895 14.03693 1 52 doinglw | 361056 3.020567 2.392372 1 8 hourslwa | 197927 38.18859 14.15444 0 99 uhours35 | 53221 1.698333 .4589857 1 2 why35lw | 53337 9.916793 4.043122 1 15 class | 273149 2.035596 1.831959 1 8 uhours | 179072 37.48393 11.11199 0 99 paidhr | 178594 1.415719 .492847 1 2 earnhr | 93045 657.0136 369.8897 1 9999 uearnwk | 156460 304.2003 206.5426 0 999 earnwt | 361565 5998.501 2862.533 90.01 41428.26 eligible | 361565 1.500649 .5000003 1 2 uhourse | 180548 37.51763 11.03334 0 99 paidhre | 180548 1.413458 .4924549 1 2 earnhre | 105899 664.1071 361.6166 50 9999 earnwke | 180548 308.3178 207.1405 0 999 unionmme | 180548 1.802036 .398466 1 2 I25a | 361565 .0073873 .0856316 0 1 I25b | 361565 .0087813 .0932962 0 1 I25c | 361565 .0335154 .1799784 0 1 I25d | 361565 .0687152 .2529695 0 1 uearnwke | 105899 247.9689 161.7667 0 999 year | 361565 1983 0 1983 1983 smsa70 | 116414 1.61234 .4872183 1 2 docc80 | 271909 24.74493 12.16109 1 46 mym | 361565 19836.03 1.999752 19834 19838 mminsamp | 294654 5.987253 1.999963 4 8 mage | 294654 44.63768 18.42948 16 99 mrace | 294654 1.153034 .4362764 1 3 msex | 294654 1.533164 .4988998 1 2 sexdif | 361565 .746845 .4348196 0 1 racedif | 361565 .7955195 .4033221 0 1 agedif | 294654 .0108297 11.11789 -79 81 ragedif | 361565 .3264945 .4689312 0 1 nragedif | 361565 .6218771 .4849192 0 1 match | 361565 .6093095 .4879058 0 1 . aef2 1984 84 84_88 Geography (0 real changes made) (52042 real changes made, 52042 to missing) (60378 real changes made, 60378 to missing) (260231 missing values generated) Demography (57586 real changes made, 57586 to missing) (286079 real changes made) (286079 changes made) (286079 changes made) (286079 changes made) (343665 real changes made) (81303 real changes made) Employment docc80 (84867 missing values generated) (258798 changes made) dind dind was byte now int (260853 real changes made, 2055 to missing) (258798 changes made) Wages (0 real changes made) (0 real changes made) (139 real changes made, 139 to missing) (0 real changes made) (0 real changes made) (166417 real changes made) (340647 real changes made) (340000 real changes made) (330739 real changes made) (317565 real changes made) Hours, Unions Person Match Merge previous year Merging 1984 file using match834.dta (year<=2000) Dropping non-matches from the matchfile (31534 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1984 file using match858.dta (year<2000) Dropping non-matches from the matchfile (107976 observations deleted) Dropping the _merge variable (139683 missing values generated) (171828 real changes made) dind was int now byte ch613 was int now byte ch1417 was int now byte ch05 was int now byte docc80 was int now byte file /home/data/morg/annual/morg84.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- minsamp | 353697 6.073368 1.998657 4 8 hhid | 0 state | 353697 53.00283 26.21985 11 95 smsarank | 353697 5.222956 10.53526 0 57 hhnum | 353697 1.089404 .3249727 1 8 activlwr | 353697 2.898792 2.249308 1 7 hourslw | 199898 38.69205 13.97343 1 99 reasonlw | 51380 10.10642 3.926479 1 15 absentlw | 14523 3.603043 2.651764 1 8 classer | 268373 1.385948 .7462322 1 5 lineno | 353697 1.789684 1.072779 0 36 relahh | 353697 2.416416 1.291342 1 6 age | 353697 42.53665 18.50759 16 99 marital | 353697 2.895979 2.499053 1 7 race | 353697 1.160163 .4477846 1 3 sex | 353697 1.530412 .499075 1 2 veteran | 166717 4.87441 1.77617 1 6 gradeat | 353697 12.30826 3.036903 0 18 gradecp | 353697 1.22167 .4153708 1 2 esr | 353697 2.627348 2.129929 1 7 studftpt | 26845 1.113913 .3177117 1 2 intmonth | 353697 6.498839 3.476797 1 12 weight | 353697 1539.507 778.0669 23.15 16655.71 smsastat | 300165 1.335146 .4720422 1 2 centcity | 291588 2.064656 .7881454 1 3 ethnic | 352921 7.776772 1.14381 1 9 ptstat | 353697 .6276559 1.790887 0 6 ftpt79 | 353697 1.042839 1.201564 0 5 dind | 266296 29.60613 13.97529 1 52 doinglw | 353162 2.966319 2.386569 1 8 hourslwa | 199348 38.65664 14.013 0 99 uhours35 | 50704 1.708307 .4545462 1 2 why35lw | 50811 10.10716 3.925957 1 15 class | 267012 2.016355 1.815104 1 8 uhours | 180872 37.78585 11.04889 0 99 paidhr | 180034 1.414716 .4926743 1 2 earnhr | 93174 675.5303 378.8599 1 9999 uearnwk | 156372 319.1512 215.8576 0 999 earnwt | 353697 6160.503 3125.504 93.28 68606.39 eligible | 353697 1.484432 .4997583 1 2 uhourse | 182355 37.82876 10.94378 0 99 paidhre | 182355 1.411099 .4920345 1 2 earnhre | 107389 684.2617 376.9711 50 9999 earnwke | 182355 323.2677 216.0188 0 999 unionmme | 182355 1.813545 .3894745 1 2 I25a | 353697 .0086882 .092805 0 1 I25b | 353697 .0105486 .1021633 0 1 I25c | 353697 .0374247 .1898004 0 1 I25d | 353697 .0756467 .2644323 0 1 uearnwke | 107389 257.641 167.2904 0 999 unionmm | 179722 1.81374 .3893173 1 2 unioncov | 147220 1.953539 .2104822 1 2 ind80 | 266296 548.3549 284.4018 10 991 occ80 | 266296 400.3025 245.1841 3 905 ownchild | 294299 .9381547 1.175434 0 8 chldpres | 353697 2.084355 2.019495 0 8 pfamrel | 353697 1.79222 1.344973 0 5 year | 353697 1984 0 1984 1984 smsa70 | 86949 1.615924 .4863787 1 2 ch613 | 353697 .2191339 .4136601 0 1 ch1417 | 353697 .1881611 .3908413 0 1 ch05 | 353697 .1604226 .3669981 0 1 docc80 | 266296 24.5087 12.21374 1 46 mym | 353697 19846.07 1.998657 19844 19848 mminsamp | 214014 5.263955 1.859638 4 8 mage | 214014 44.58188 18.43696 16 99 mrace | 214014 1.150079 .4307904 1 3 msex | 214014 1.533306 .4988906 1 2 sexdif | 353697 .5660975 .4956126 0 1 racedif | 353697 .5940904 .4910679 0 1 agedif | 214014 .5292317 9.817974 -81 76 ragedif | 353697 .3190216 .4660981 0 1 nragedif | 353697 .4939199 .4999637 0 1 match | 353697 .4858056 .4997992 0 1 . aef2 1985 85 84_88 Geography (26898 real changes made, 26898 to missing) (28172 real changes made, 28172 to missing) (44790 real changes made, 44790 to missing) (26898 real changes made, 26898 to missing) (86232 real changes made, 86232 to missing) (315355 missing values generated) (284257 missing values generated) Demography (59464 real changes made, 59464 to missing) (284127 real changes made) (284127 changes made) (284127 changes made) (284127 changes made) (343591 real changes made) (81764 real changes made) Employment docc80 (84502 missing values generated) (259089 changes made) dind dind was byte now int (260928 real changes made, 1839 to missing) (259089 changes made) Wages (0 real changes made) (0 real changes made) (158 real changes made, 158 to missing) (0 real changes made) (0 real changes made) (163359 real changes made) (340407 real changes made) (339831 real changes made) (330677 real changes made) (317872 real changes made) Hours, Unions Person Match Merge previous year Merging 1985 file using match844.dta (year<=2000) Dropping non-matches from the matchfile (102735 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1985 file using match868.dta (year<2000) Dropping non-matches from the matchfile (114631 observations deleted) Dropping the _merge variable (242659 missing values generated) (94751 real changes made) dind was int now byte ch613 was int now byte ch1417 was int now byte ch05 was int now byte docc80 was int now byte file /home/data/morg/annual/morg85.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- minsamp | 364534 5.926866 1.998665 4 8 hhid | 0 state | 364534 51.26472 25.99888 11 95 smsarank | 260585 3.47378 8.964011 0 57 hhnum | 364534 1.083262 .3119812 1 8 activlwr | 364534 2.90484 2.276885 1 7 hourslw | 207774 38.88684 13.8814 1 99 reasonlw | 52320 10.19551 3.889058 1 15 absentlw | 15218 3.5642 2.62564 1 8 classer | 276499 1.372515 .7277899 1 5 lineno | 364534 1.764398 1.04316 0 31 relahh | 364534 2.400018 1.290172 1 6 age | 364534 42.8856 18.44522 16 99 marital | 364534 2.882373 2.488553 1 7 race | 364534 1.15956 .4447766 1 3 sex | 364534 1.530485 .4990705 1 2 veteran | 271229 5.285781 1.515481 1 6 gradeat | 364534 12.36765 3.01809 0 18 gradecp | 364534 1.216304 .4117242 1 2 esr | 364534 2.629788 2.155947 1 7 studftpt | 24978 1.092882 .2902724 1 2 intmonth | 364534 6.682024 3.519106 1 12 weight | 364534 1553.637 741.1533 38.05 20548.99 smsastat | 335378 1.296844 .456868 1 2 centcity | 230753 2.061928 .7816914 1 3 ethnic | 363791 7.782727 1.122077 1 9 ptstat | 364534 .618513 1.781569 0 6 ftpt79 | 364534 1.039382 1.195464 0 5 dind | 274622 29.77897 13.86376 1 52 doinglw | 363945 2.974048 2.415548 1 8 hourslwa | 207254 38.8493 13.91698 0 99 uhours35 | 51631 1.701594 .457563 1 2 why35lw | 51768 10.19215 3.888749 1 15 class | 275328 1.989881 1.788813 1 8 uhours | 189518 37.93109 11.09697 0 99 paidhr | 188794 1.415283 .4927721 1 2 earnhr | 98148 704.9047 405.9707 1 9999 uearnwk | 165166 335.4852 225.4027 0 999 earnwt | 364534 6218.432 2987.255 151.49 83988.15 eligible | 364534 1.476469 .4994467 1 2 uhourse | 190845 38.00825 10.93994 0 99 paidhre | 190845 1.411224 .492057 1 2 earnhre | 112365 713.4727 399.106 50 9999 earnwke | 190845 339.8283 224.8955 0 999 unionmme | 190845 1.819728 .3844148 1 2 I25a | 364534 .0090664 .094785 0 1 I25b | 364534 .0106931 .1028532 0 1 I25c | 364534 .03705 .1888847 0 1 I25d | 364534 .0740507 .2618538 0 1 uearnwke | 112365 269.4458 175.0491 0 999 unionmm | 188417 1.820345 .3839006 1 2 unioncov | 155689 1.957505 .2017162 1 2 ind80 | 274622 551.9508 282.3986 10 991 occ80 | 274622 395.4267 244.9763 3 905 ownchild | 301842 .9228702 1.182913 0 8 chldpres | 364534 2.05132 2.008949 0 8 pfamrel | 364534 1.779743 1.352305 0 5 year | 364534 1985 0 1985 1985 smsa70 | 28309 1.619803 .4854437 1 2 smsa80 | 71735 5.249125 1.893595 2 8 ch613 | 364534 .2113383 .4082584 0 1 ch1417 | 364534 .1833437 .3869485 0 1 ch05 | 364534 .1595544 .3661928 0 1 docc80 | 274622 24.21213 12.22412 1 46 mym | 364534 19855.93 1.998665 19854 19858 mminsamp | 121875 5.78048 1.987924 4 8 mage | 121875 45.47839 18.23628 16 99 mrace | 121875 1.149358 .4298639 1 3 msex | 121875 1.532537 .4989422 1 2 sexdif | 364534 .3107941 .4628193 0 1 racedif | 364534 .3279694 .4694743 0 1 agedif | 121875 .0541785 10.26747 -74 72 ragedif | 364534 .1800161 .3842014 0 1 nragedif | 364534 .2645542 .4410961 0 1 match | 364534 .2599236 .4385931 0 1 . aef2 1986 86 84_88 Geography (104502 real changes made, 104502 to missing) (5614 real changes made, 5614 to missing) (61198 real changes made, 61198 to missing) (223096 real changes made, 223096 to missing) (319386 real changes made, 319386 to missing) (104502 real changes made, 104502 to missing) (104502 missing values generated) Demography (59768 real changes made, 59768 to missing) (278283 real changes made) (278283 changes made) (278283 changes made) (278283 changes made) (338051 real changes made) (80608 real changes made) Employment docc80 (82997 missing values generated) (255054 changes made) dind dind was byte now int (256859 real changes made, 1805 to missing) (255054 changes made) Wages (0 real changes made) (0 real changes made) (189 real changes made, 189 to missing) (0 real changes made) (0 real changes made) (158904 real changes made) (335643 real changes made) (335492 real changes made) (328854 real changes made) (318906 real changes made) Hours, Unions Person Match Merge previous year Merging 1986 file using match854.dta (year<=2000) Dropping non-matches from the matchfile (134683 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1986 file using match878.dta (year<2000) Dropping non-matches from the matchfile (37489 observations deleted) Dropping the _merge variable (147013 missing values generated) (134845 real changes made) dind was int now byte ch613 was int now byte ch1417 was int now byte ch05 was int now byte docc80 was int now byte file /home/data/morg/annual/morg86.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- minsamp | 341688 5.977008 1.999871 4 8 hhid | 0 state | 341688 50.6648 25.97236 11 95 hhnum | 341688 1.089269 .321762 1 7 activlwr | 341688 2.89865 2.28469 1 7 hourslw | 196300 38.84007 13.86846 1 99 reasonlw | 49674 10.25547 3.86727 1 15 absentlw | 13967 3.597265 2.659889 1 8 classer | 259614 1.361587 .7201187 1 5 lineno | 341688 1.775599 1.054135 0 36 relahh | 341688 2.41976 1.297628 1 6 age | 341688 42.7219 18.45713 16 90 marital | 341688 2.935034 2.505565 1 7 race | 341688 1.164123 .4512129 1 3 sex | 341688 1.532609 .4989363 1 2 veteran | 341268 5.487083 1.323452 1 6 gradeat | 341688 12.42221 2.997641 0 18 gradecp | 341688 1.215802 .4113783 1 2 esr | 341688 2.624327 2.166383 1 7 studftpt | 23939 1.082084 .2744978 1 2 intmonth | 341688 6.479133 3.468929 1 12 weight | 341688 1602.441 765.3459 102.63 10973.91 cmsarank | 236176 42.23773 54.00862 1 252 pmsarank | 116282 1.763601 1.539007 1 12 icntcity | 18861 1.143312 .4430223 1 4 smsastat | 336021 1.261924 .4396822 1 2 centcity | 279837 2.027034 .7754103 1 3 ethnic | 341121 7.777035 1.131933 1 9 ptstat | 341688 .6320064 1.799993 0 6 ftpt79 | 341688 1.050836 1.203541 0 5 dind | 257800 29.93369 13.76233 1 52 doinglw | 341209 2.965408 2.418754 1 8 hourslwa | 196000 38.81255 13.89824 0 99 uhours35 | 49007 1.708246 .4545744 1 2 why35lw | 49209 10.25615 3.865678 1 15 class | 258880 1.965227 1.771687 1 8 uhours | 180448 37.84721 11.10566 0 99 paidhr | 180182 1.411295 .4920699 1 2 earnhr | 97719 720.6361 399.7727 1 9999 uearnwk | 162160 348.1829 231.1771 1 999 earnwt | 341688 6411.443 3079.5 373.95 45215.87 eligible | 341688 1.470107 .4991064 1 2 uhourse | 181058 37.91275 10.96681 0 99 paidhre | 181058 1.407477 .4913663 1 2 earnhre | 107281 727.773 395.7416 50 9999 earnwke | 181058 349.4622 231.5776 0 999 unionmme | 181058 1.826586 .3786059 1 2 I25a | 341688 .0071381 .0841853 0 1 I25b | 341688 .0075859 .086766 0 1 I25c | 341688 .0272061 .1626838 0 1 I25d | 341688 .0566804 .2312312 0 1 uearnwke | 107281 274.9492 178.9146 0 999 unionmm | 179886 1.826935 .3783047 1 2 unioncov | 149787 1.961038 .1935051 1 2 ind80 | 257800 555.3167 280.8095 10 991 occ80 | 257800 392.5881 245.7622 3 905 ownchild | 281308 .9201587 1.171305 0 8 chldpres | 341688 2.036879 2.004358 0 8 pfamrel | 341688 1.786688 1.363933 0 5 year | 341688 1986 0 1986 1986 smsa80 | 236176 5.242307 1.895519 2 8 ch613 | 341688 .2076397 .405618 0 1 ch1417 | 341688 .1846158 .3879861 0 1 ch05 | 341688 .1589989 .3656756 0 1 docc80 | 257800 24.02798 12.25033 1 46 mym | 341688 19865.98 1.999871 19864 19868 mminsamp | 194675 6.885342 1.793373 4 8 mage | 194675 45.60835 18.26856 16 90 mrace | 194675 1.154709 .4371749 1 3 msex | 194675 1.533171 .4988998 1 2 sexdif | 341688 .5112822 .4998734 0 1 racedif | 341688 .5534172 .4971391 0 1 agedif | 194675 -.5918634 12.0758 -72 74 ragedif | 341688 .1169546 .3213667 0 1 nragedif | 341688 .4049864 .4908901 0 1 match | 341688 .3946437 .4887747 0 1 . aef2 1987 87 84_88 Geography (103786 real changes made, 103786 to missing) (5427 real changes made, 5427 to missing) (61713 real changes made, 61713 to missing) (223694 real changes made, 223694 to missing) (318875 real changes made, 318875 to missing) (103786 real changes made, 103786 to missing) (103786 missing values generated) Demography (59996 real changes made, 59996 to missing) (277004 real changes made) (277004 changes made) (277004 changes made) (277004 changes made) (337000 real changes made) (80318 real changes made) Employment docc80 (82398 missing values generated) (254602 changes made) dind dind was byte now int (256162 real changes made, 1560 to missing) (254602 changes made) Wages (0 real changes made) (0 real changes made) (129 real changes made, 129 to missing) (0 real changes made) (0 real changes made) (156566 real changes made) (334718 real changes made) (334825 real changes made) (325003 real changes made) (312586 real changes made) Hours, Unions Person Match Merge previous year Merging 1987 file using match864.dta (year<=2000) Dropping non-matches from the matchfile (32382 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1987 file using match888.dta (year<2000) Dropping non-matches from the matchfile (33576 observations deleted) Dropping the _merge variable (73395 missing values generated) (202200 real changes made) dind was int now byte ch613 was int now byte ch1417 was int now byte ch05 was int now byte docc80 was int now byte file /home/data/morg/annual/morg87.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- minsamp | 350455 6.030674 1.999768 4 8 hhid | 0 state | 350455 50.85748 25.88711 11 95 hhnum | 350455 1.085532 .3126696 1 7 activlwr | 350455 2.891772 2.303738 1 7 hourslw | 203613 38.76372 13.87014 1 99 reasonlw | 55629 10.03401 3.795298 1 15 absentlw | 14177 3.490442 2.618347 1 8 classer | 266141 1.360358 .7115287 1 5 lineno | 350455 1.755612 1.023245 0 32 relahh | 350455 2.406646 1.29564 1 6 age | 350455 43.02055 18.44048 16 90 marital | 350455 2.924829 2.498483 1 7 race | 350455 1.165468 .4534262 1 3 sex | 350455 1.532996 .4989108 1 2 veteran | 350064 5.491664 1.319125 1 6 gradeat | 350455 12.46688 2.996329 0 18 gradecp | 350455 1.214193 .4102619 1 2 esr | 350455 2.623004 2.187338 1 7 studftpt | 24383 1.087397 .2824217 1 2 intmonth | 350455 6.518178 3.482533 1 12 weight | 350455 1626.969 788.1919 127.31 10647.89 cmsarank | 242705 42.72905 54.33409 1 252 pmsarank | 117898 1.757121 1.52007 1 12 icntcity | 18928 1.152314 .4585577 1 4 smsastat | 344815 1.260612 .4389693 1 2 centcity | 286284 2.029202 .7731344 1 3 ethnic | 349926 7.771978 1.140058 1 9 ptstat | 350455 .6307914 1.800418 0 6 ftpt79 | 350455 1.044893 1.198019 0 5 dind | 264551 30.12688 13.66933 1 52 doinglw | 350005 2.957312 2.435015 1 8 hourslwa | 203403 38.7295 13.91188 0 99 uhours35 | 54949 1.646818 .477963 1 2 why35lw | 55088 10.03681 3.793313 1 15 class | 265392 1.965881 1.761741 1 8 uhours | 186996 38.04311 11.12763 0 99 paidhr | 187000 1.40592 .4910705 1 2 earnhr | 99288 742.9115 413.8908 1 9900 uearnwk | 162397 360.9535 237.602 0 999 earnwt | 350455 6508.254 3167.927 417.75 43415.1 eligible | 350455 1.464807 .4987606 1 2 uhourse | 187561 38.11774 10.98648 0 99 paidhre | 187561 1.402333 .4903697 1 2 earnhre | 112099 752.5719 409.3856 50 9900 earnwke | 187561 363.4992 238.6839 0 999 unionmme | 187561 1.830492 .3752006 1 2 I25a | 350455 .0067484 .0818709 0 1 I25b | 350455 .0064202 .0798688 0 1 I25c | 350455 .0353483 .1846589 0 1 I25d | 350455 .0721205 .2586877 0 1 uearnwke | 112099 285.3776 184.0006 0 999 unionmm | 186642 1.830692 .3750248 1 2 unioncov | 156250 1.963648 .1871651 1 2 ind80 | 264551 559.0948 279.3626 10 991 occ80 | 264551 389.8134 246.1881 3 905 ownchild | 287934 .9050928 1.165229 0 8 chldpres | 350455 2.018855 1.99716 0 8 pfamrel | 350455 1.782429 1.369961 0 5 year | 350455 1987 0 1987 1987 smsa80 | 242705 5.218265 1.89036 2 8 ch613 | 350455 .2071136 .4052382 0 1 ch1417 | 350455 .1789788 .3833351 0 1 ch05 | 350455 .1567477 .3635632 0 1 docc80 | 264551 23.86257 12.28854 1 46 mym | 350455 19876.03 1.999768 19874 19878 mminsamp | 277060 5.972627 1.999816 4 8 mage | 277060 45.21046 18.34158 16 90 mrace | 277060 1.154479 .436953 1 3 msex | 277060 1.534704 .4987951 1 2 sexdif | 350455 .7175215 .4502055 0 1 racedif | 350455 .7701246 .4207532 0 1 agedif | 277060 .036548 11.43547 -73 74 ragedif | 350455 .3183091 .4658208 0 1 nragedif | 350455 .591006 .4916489 0 1 match | 350455 .5769642 .4940417 0 1 . aef2 1988 88 84_88 Geography (103403 real changes made, 103403 to missing) (5427 real changes made, 5427 to missing) (61499 real changes made, 61499 to missing) (220202 real changes made, 220202 to missing) (305127 real changes made, 305127 to missing) (103403 real changes made, 103403 to missing) (103403 missing values generated) Demography (58612 real changes made, 58612 to missing) (262209 real changes made) (262209 changes made) (262209 changes made) (262209 changes made) (320821 real changes made) (75864 real changes made) Employment docc80 (78245 missing values generated) (242576 changes made) dind dind was byte now int (243861 real changes made, 1285 to missing) (242576 changes made) Wages (0 real changes made) (0 real changes made) (133 real changes made, 133 to missing) (0 real changes made) (0 real changes made) (147703 real changes made) (318458 real changes made) (318666 real changes made) (308237 real changes made) (295818 real changes made) Hours, Unions Person Match Merge previous year Merging 1988 file using match874.dta (year<=2000) Dropping non-matches from the matchfile (35906 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1988 file using match898.dta (year<2000) Dropping non-matches from the matchfile (37512 observations deleted) Dropping the _merge variable (65741 missing values generated) (193737 real changes made) dind was int now byte ch613 was int now byte ch1417 was int now byte ch05 was int now byte docc80 was int now byte file /home/data/morg/annual/morg88.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- minsamp | 334585 6.034879 1.999699 4 8 hhid | 0 state | 334585 50.6486 25.37273 11 95 hhnum | 334585 1.081573 .3063686 1 8 activlwr | 334585 2.884687 2.318087 1 7 hourslw | 196610 39.16439 13.90953 1 99 reasonlw | 49152 10.40204 3.80931 1 15 absentlw | 12869 3.471054 2.650454 1 8 classer | 254072 1.36013 .7054515 1 5 lineno | 334585 1.740774 1.007607 0 30 relahh | 334585 2.40176 1.299568 1 6 age | 334585 43.32728 18.42918 16 90 marital | 334585 2.91398 2.494435 1 7 race | 334585 1.163627 .4518283 1 3 sex | 334585 1.531781 .4989897 1 2 veteran | 334232 5.504018 1.304907 1 6 gradeat | 334585 12.51124 2.986948 0 18 gradecp | 334585 1.213163 .4095422 1 2 esr | 334585 2.622461 2.208327 1 7 studftpt | 22538 1.091179 .2878704 1 2 intmonth | 334585 6.428077 3.513978 1 12 weight | 334585 1726.797 981.8361 118.96 12757.97 cmsarank | 227304 45.10759 55.34332 1 252 pmsarank | 105433 1.80232 1.571831 1 12 icntcity | 16454 1.148231 .4442727 1 4 smsastat | 328946 1.271339 .4446515 1 2 centcity | 270553 2.056865 .774408 1 3 ethnic | 333704 7.783428 1.115544 1 9 ptstat | 334585 .6397179 1.813946 0 6 ftpt79 | 334585 1.03984 1.192472 0 5 dind | 252764 30.1863 13.71756 1 52 doinglw | 334121 2.948704 2.446128 1 8 hourslwa | 196380 39.12368 13.95308 0 99 uhours35 | 48493 1.706947 .4551671 1 2 why35lw | 48629 10.40336 3.806836 1 15 class | 253359 1.970595 1.760362 1 8 uhours | 179876 38.11094 11.10135 0 99 paidhr | 179802 1.403277 .4905568 1 2 earnhr | 95106 764.6162 429.3317 1 9999 uearnwk | 154568 371.9566 243.1693 0 999 earnwt | 334585 6907.629 3939.92 357.98 50995.55 eligible | 334585 1.460538 .498441 1 2 uhourse | 180496 38.19847 10.9476 0 99 paidhre | 180496 1.399599 .4898173 1 2 earnhre | 108370 775.5256 424.5941 50 9900 earnwke | 180496 374.4578 243.5446 0 999 unionmme | 180496 1.834694 .3714572 1 2 I25a | 334585 .0072747 .0849811 0 1 I25b | 334585 .0066261 .081131 0 1 I25c | 334585 .0390454 .1937033 0 1 I25d | 334585 .07775 .2677783 0 1 uearnwke | 108370 294.1806 188.6098 0 999 unionmm | 179577 1.835101 .3710901 1 2 unioncov | 151204 1.963447 .1876629 1 2 ind80 | 252764 560.2586 280.2031 10 991 occ80 | 252764 387.3608 246.673 3 905 ownchild | 273308 .8836917 1.153511 0 8 chldpres | 334585 1.990941 1.993243 0 8 pfamrel | 334585 1.765916 1.37072 0 5 year | 334585 1988 0 1988 1988 smsa80 | 227304 5.087983 1.85218 2 8 ch613 | 334585 .2066381 .4048941 0 1 ch1417 | 334585 .1692485 .3749718 0 1 ch05 | 334585 .153139 .3601219 0 1 docc80 | 252764 23.7439 12.37013 1 46 mym | 334585 19886.03 1.999699 19884 19888 mminsamp | 268844 5.967089 1.999733 4 8 mage | 268844 45.41364 18.28567 16 90 mrace | 268844 1.165784 .4993235 1 5 msex | 268844 1.533655 .498867 1 2 sexdif | 334585 .7281528 .4449122 0 1 racedif | 334585 .7746044 .4178432 0 1 agedif | 268844 .0355783 11.37853 -74 74 ragedif | 334585 .3215506 .4670722 0 1 nragedif | 334585 .5998864 .4899219 0 1 match | 334585 .5790367 .4937144 0 1 . aef2 1989 89 89_93 Geography (104372 real changes made, 104372 to missing) (5576 real changes made, 5576 to missing) (62099 real changes made, 62099 to missing) (222527 real changes made, 222527 to missing) (308970 real changes made, 308970 to missing) (104372 real changes made, 104372 to missing) (107765 real changes made, 107765 to missing) (219134 real changes made, 219134 to missing) (104372 missing values generated) Demography (60600 real changes made, 60600 to missing) (264111 real changes made) (264111 changes made) (264111 changes made) (264111 changes made) (264111 changes made) (20705 real changes made) Employment docc80 (78270 missing values generated) (246441 changes made) dind dind was byte now int (246441 real changes made) (246441 changes made) Wages (0 real changes made) (0 real changes made) (128 real changes made, 128 to missing) (0 real changes made) (0 real changes made) (146472 real changes made) (0 real changes made) Hours, Unions Person Match Merge previous year Merging 1989 file using match884.dta (year<=2000) Dropping non-matches from the matchfile (32165 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1989 file using match908.dta (year<2000) Dropping non-matches from the matchfile (40149 observations deleted) Dropping the _merge variable (66719 missing values generated) (196231 real changes made) dind was int now byte ch613 was int now byte ch1417 was int now byte ch02 was int now byte ch35 was int now byte ch05 was int now byte docc80 was int now byte file /home/data/morg/annual/morg89.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- intmonth | 338690 6.574452 3.495793 1 12 hhnum | 338238 1.081916 .3072929 1 7 minsamp | 338690 6.004452 1.999998 4 8 state | 338690 50.80254 25.56748 11 95 centcity | 274146 2.05697 .7720336 1 3 msafips | 227129 4418.611 2591.276 80 9340 pmsarank | 107348 1.796931 1.566182 1 12 cmsarank | 230637 45.37445 55.5755 1 252 cmsacode | 110856 50.95487 26.04763 7 91 smsastat | 332931 1.270188 .4440575 1 2 icntcity | 16579 1.151879 .4505709 1 4 hhid | 0 sex | 338690 1.528752 .4991734 1 2 veteran | 336840 5.51517 1.29153 1 6 gradeat | 338690 12.5862 2.978681 0 18 gradecp | 338690 1.21179 .4085771 1 2 doinglw | 336403 2.930895 2.451817 1 8 hourslwa | 199742 39.35209 14.01008 0 99 uhours35 | 48025 1.716273 .4508107 1 2 why35lw | 48176 10.59366 3.778214 1 15 class | 257008 1.961312 1.748746 1 8 uhours | 183256 38.26367 11.15359 0 99 paidhr | 183193 1.398034 .4894938 1 2 earnhr | 97368 798.3554 448.8471 1 9999 uearnwk | 158266 400.1511 298.3887 0 1999 unionmm | 183009 1.838964 .367565 1 2 unioncov | 154767 1.964333 .1854579 1 2 studftpt | 22140 1.088799 .2844592 1 2 lineno | 338690 1.730346 1.002216 1 38 relaref | 338690 3.051906 2.182294 1 10 age | 338690 43.37684 18.33596 16 90 marital | 338690 3.07457 2.576963 1 7 race | 338690 1.194742 .5861612 1 5 activlwr | 336840 2.94213 2.460916 1 8 hourslw | 199874 39.38754 13.968 1 99 reasonlw | 48273 10.57564 3.787737 1 15 absentlw | 13338 3.449693 2.621091 1 8 ind80 | 256846 563.6281 278.727 10 991 occ80 | 256846 385.4641 247.9003 3 905 classer1 | 258055 1.936452 1.714817 1 8 uhourse | 183960 38.34776 10.98009 1 99 paidhre | 183960 1.397559 .4893947 1 2 unionmme | 183960 1.838791 .3677246 1 2 ethnic | 338690 7.770064 1.132269 1 10 lfsr89 | 336840 3.143044 2.793759 1 7 ftpt89 | 336840 2.047836 1.213548 1 7 dind | 256846 30.36146 13.60677 1 52 eligible | 336840 1.453865 .4978678 1 2 classer2 | 258055 1.734293 1.407195 1 7 earnhre | 110825 810.3513 451.0021 50 9999 earnwke | 183960 407.5293 295.664 1 1923 weight | 336840 1733.663 974.5679 112.91 11616.91 earnwt | 336840 6934.817 3907.407 449.71 45979.63 ownchild | 275287 .8763581 1.143654 0 8 chldpres | 338690 2.814804 3.398061 0 16 pfamrel | 338690 1.753332 1.375829 0 5 I25a | 336840 .0300914 .3456307 0 4 I25b | 336840 .0347019 .3585417 0 4 I25c | 336840 .0030103 .094984 0 3 I25d | 336840 .0721144 .5121709 0 4 year | 338690 1989 0 1989 1989 smsa80 | 230637 5.090658 1.865313 2 8 ch613 | 338690 .2072426 .4053315 0 1 ch1417 | 338690 .1594378 .3660844 0 1 ch02 | 338690 .0921137 .2891869 0 1 ch35 | 338690 .0968231 .2957171 0 1 ch05 | 338690 .1561753 .363022 0 1 docc80 | 256846 23.58277 12.41199 1 46 mym | 338690 19896 1.999998 19894 19898 mminsamp | 271971 6.055528 1.999233 4 8 mage | 271971 45.53709 18.19424 16 90 mrace | 271971 1.169305 .5122473 1 5 msex | 271971 1.53313 .4989021 1 2 sexdif | 338690 .7279371 .4450228 0 1 racedif | 338690 .7735924 .4185065 0 1 agedif | 271971 -.0540866 11.3503 -74 74 ragedif | 338690 .3099531 .4624746 0 1 nragedif | 338690 .6001092 .4898764 0 1 match | 338690 .5793823 .493659 0 1 . aef2 1990 90 89_93 Geography (105424 real changes made, 105424 to missing) (5682 real changes made, 5682 to missing) (62742 real changes made, 62742 to missing) (226144 real changes made, 226144 to missing) (322754 real changes made, 322754 to missing) (105424 real changes made, 105424 to missing) (108797 real changes made, 108797 to missing) (222771 real changes made, 222771 to missing) (105424 missing values generated) Demography (65154 real changes made, 65154 to missing) (276008 real changes made) (276008 changes made) (276008 changes made) (276008 changes made) (276008 changes made) (21198 real changes made) (0 real changes made) (154 real changes made, 154 to missing) Employment docc80 (82702 missing values generated) (258460 changes made) dind dind was byte now int (258460 real changes made) (258460 changes made) Wages (0 real changes made) (0 real changes made) (294 real changes made, 294 to missing) (1 real change made, 1 to missing) (0 real changes made) (154312 real changes made) (0 real changes made) Hours, Unions Person Match Merge previous year Merging 1990 file using match894.dta (year<=2000) Dropping non-matches from the matchfile (29207 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1990 file using match918.dta (year<2000) Dropping non-matches from the matchfile (36957 observations deleted) Dropping the _merge variable (70972 missing values generated) (207763 real changes made) dind was int now byte ch613 was int now byte ch1417 was int now byte ch02 was int now byte ch35 was int now byte ch05 was int now byte docc80 was int now byte file /home/data/morg/annual/morg90.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- intmonth | 353740 6.50925 3.483782 1 12 hhnum | 352913 1.083227 .3106419 1 7 minsamp | 353740 6.034376 1.999707 4 8 state | 353740 51.30468 26.11347 11 95 centcity | 288600 2.03307 .7708636 1 3 msafips | 241187 4450.342 2553.807 80 9340 pmsarank | 119285 1.759282 1.525688 1 12 cmsarank | 244708 43.36595 54.86103 1 252 cmsacode | 122806 51.68686 25.31629 7 91 smsastat | 347827 1.260696 .4390148 1 2 icntcity | 19128 1.156159 .4560781 1 4 hhid | 0 sex | 353740 1.529078 .4991545 1 2 veteran | 351839 5.530368 1.273932 1 6 gradeat | 353740 12.61238 2.996978 0 18 gradecp | 353740 1.211231 .4081828 1 2 doinglw | 351371 2.929667 2.456325 1 8 hourslwa | 209110 38.94947 13.91273 0 99 uhours35 | 51643 1.68867 .4630418 1 2 why35lw | 51764 10.36379 3.849437 1 15 class | 267952 1.959004 1.745108 1 8 uhours | 192290 38.14069 11.20737 0 99 paidhr | 191614 1.400895 .490081 1 2 earnhr | 101253 834.2713 470.7265 1 9999 uearnwk | 165077 420.1181 313.3731 0 1999 unionmm | 191308 1.838506 .3679865 1 2 unioncov | 161786 1.962735 .1894117 1 2 studftpt | 23186 1.092426 .2896333 1 2 lineno | 353740 1.742605 1.026438 1 36 relaref | 353740 3.07964 2.221835 1 10 age | 353740 43.41716 18.23318 16 90 marital | 353740 3.106036 2.585636 1 7 race | 353740 1.208557 .6164365 1 5 activlwr | 351839 2.940979 2.465475 1 8 hourslw | 208334 39.15461 13.6609 1 99 reasonlw | 51821 10.341 3.858965 1 15 absentlw | 14134 3.563535 2.665646 1 8 ind80 | 267841 567.0045 277.8787 10 991 occ80 | 267841 382.841 247.3438 3 905 classer1 | 269066 1.93447 1.711064 1 8 uhourse | 191847 38.34873 10.84145 1 99 paidhre | 191847 1.401362 .4901752 1 2 unionmme | 191847 1.837949 .3684986 1 2 ethnic | 353583 7.724441 1.217762 1 9 lfsr89 | 351839 3.144344 2.791528 1 7 ftpt89 | 351839 2.055969 1.226376 1 7 dind | 267841 30.49524 13.57464 1 52 eligible | 351839 1.454731 .4979472 1 2 classer2 | 269066 1.733322 1.404653 1 7 earnhre | 114846 849.5422 471.1495 50 9999 earnwke | 191847 429.0936 310.0247 1 1923 weight | 351839 1661.963 849.6846 127.82 10750.53 earnwt | 351839 6647.848 3407.713 489.3 45223.64 ownchild | 286132 .8858359 1.162956 0 8 chldpres | 353740 2.80718 3.414608 0 16 pfamrel | 353740 1.757203 1.388709 0 5 I25a | 351839 .0317191 .3547823 0 4 I25b | 351839 .0360165 .3657622 0 4 I25c | 351839 .0035982 .1038354 0 3 I25d | 351839 .0762764 .5265585 0 4 year | 353740 1990 0 1990 1990 smsa80 | 244708 5.213806 1.911102 2 8 ch613 | 353740 .2106123 .4077441 0 1 ch1417 | 353740 .1548058 .36172 0 1 ch02 | 353740 .0941482 .2920353 0 1 ch35 | 353740 .0958359 .2943665 0 1 ch05 | 353740 .1562673 .3631091 0 1 docc80 | 267841 23.44355 12.39329 1 46 mym | 353740 19906.03 1.999707 19904 19908 mminsamp | 282768 6.022959 1.999872 4 8 mage | 282768 45.57462 18.0848 16 90 msex | 282768 1.532649 .4989338 1 2 mrace | 282768 1.192334 .5890297 1 5 sexdif | 353740 .7258212 .4461001 0 1 racedif | 353740 .7768559 .4163548 0 1 agedif | 282768 .0065248 11.16612 -73 74 ragedif | 353740 .3111466 .4629633 0 1 nragedif | 353740 .6010827 .4896764 0 1 match | 353740 .5873325 .4923147 0 1 . aef2 1991 91 89_93 Geography (104236 real changes made, 104236 to missing) (5623 real changes made, 5623 to missing) (62073 real changes made, 62073 to missing) (223375 real changes made, 223375 to missing) (319429 real changes made, 319429 to missing) (104236 real changes made, 104236 to missing) (107635 real changes made, 107635 to missing) (219976 real changes made, 219976 to missing) (104236 missing values generated) Demography (64845 real changes made, 64845 to missing) (272804 real changes made) (272804 changes made) (272804 changes made) (272804 changes made) (272804 changes made) (21037 real changes made) (0 real changes made) (179 real changes made, 179 to missing) Employment docc80 (83443 missing values generated) (254206 changes made) dind dind was byte now int (254206 real changes made) (254206 changes made) Wages (0 real changes made) (0 real changes made) (370 real changes made, 370 to missing) (0 real changes made) (0 real changes made) (156272 real changes made) (0 real changes made) Hours, Unions Person Match Merge previous year Merging 1991 file using match904.dta (year<=2000) Dropping non-matches from the matchfile (30823 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1991 file using match928.dta (year<2000) Dropping non-matches from the matchfile (35766 observations deleted) Dropping the _merge variable (66562 missing values generated) (208887 real changes made) dind was int now byte ch613 was int now byte ch1417 was int now byte ch02 was int now byte ch35 was int now byte ch05 was int now byte docc80 was int now byte file /home/data/morg/annual/morg91.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- intmonth | 350228 6.508674 3.485694 1 12 hhnum | 349592 1.083586 .3090798 1 5 minsamp | 350228 6.055392 1.999236 4 8 state | 350228 51.33267 26.13334 11 95 centcity | 285831 2.03261 .7688187 1 3 msafips | 238775 4438.673 2543.177 80 9340 pmsarank | 118566 1.767109 1.534248 1 12 cmsarank | 242280 43.23453 54.82489 1 252 cmsacode | 122071 51.68653 25.26285 7 91 smsastat | 344407 1.259249 .4382229 1 2 icntcity | 18943 1.159637 .456725 1 4 hhid | 0 sex | 350228 1.529398 .4991357 1 2 veteran | 348326 5.539374 1.265956 1 6 gradeat | 350228 12.65845 2.977067 0 18 gradecp | 350228 1.209646 .4070567 1 2 doinglw | 347846 2.971588 2.475847 1 8 hourslwa | 203460 38.86869 13.92375 0 99 uhours35 | 50440 1.707653 .4548456 1 2 why35lw | 50500 10.17905 4.114288 1 15 class | 264021 1.976835 1.762926 1 8 uhours | 185792 38.00755 11.26406 0 99 paidhr | 184953 1.397166 .4893122 1 2 earnhr | 98579 868.5225 483.5408 1 9900 uearnwk | 159812 434.4773 323.7367 0 1999 unionmm | 184818 1.837916 .3685286 1 2 unioncov | 156147 1.964021 .1862382 1 2 studftpt | 22745 1.089382 .285301 1 2 lineno | 350228 1.743467 1.034894 1 39 relaref | 350228 3.083212 2.23069 1 10 age | 350228 43.57543 18.21444 16 90 marital | 350228 3.114237 2.588067 1 7 race | 350228 1.216545 .6344399 1 5 activlwr | 348326 2.983823 2.485757 1 8 hourslw | 202979 39.01904 13.74278 1 99 reasonlw | 50581 10.15895 4.123106 1 15 absentlw | 13856 3.746969 2.71708 1 8 ind80 | 263632 569.8796 277.4143 10 991 occ80 | 263632 381.369 246.8666 3 905 classer1 | 265045 1.949605 1.725578 1 8 uhourse | 186282 38.19902 10.88845 1 99 paidhre | 186282 1.3986 .4896114 1 2 unionmme | 186282 1.83766 .3687633 1 2 ethnic | 350043 7.709916 1.248186 1 9 lfsr89 | 348326 3.179338 2.792391 1 7 ftpt89 | 348326 2.090536 1.285855 1 7 dind | 263632 30.65757 13.51417 1 52 eligible | 348326 1.465208 .4987888 1 2 classer2 | 265045 1.74776 1.418834 1 7 earnhre | 112030 882.6874 485.1646 50 9999 earnwke | 186282 444.2023 320.4551 1 1923 weight | 348326 1694.782 883.9327 97.17 11225.86 earnwt | 348326 6779.115 3545.16 390.51 42499.95 ownchild | 282742 .8850047 1.160888 0 8 chldpres | 350228 2.806383 3.418809 0 16 pfamrel | 350228 1.757715 1.393715 0 5 I25a | 348326 .0395262 .395655 0 4 I25b | 348326 .0446478 .4086752 0 4 I25c | 348326 .0036431 .1044805 0 3 I25d | 348326 .084464 .5565733 0 4 year | 350228 1991 0 1991 1991 smsa80 | 242280 5.223361 1.917375 2 8 ch613 | 350228 .2111367 .4081158 0 1 ch1417 | 350228 .1540739 .3610201 0 1 ch02 | 350228 .0926796 .2899834 0 1 ch35 | 350228 .0960546 .2946665 0 1 ch05 | 350228 .1549533 .3618607 0 1 docc80 | 263632 23.39513 12.42078 1 46 mym | 350228 19916.06 1.999236 19914 19918 mminsamp | 283666 5.983445 1.999935 4 8 mage | 283666 45.71394 18.04695 16 90 msex | 283666 1.532475 .4989452 1 2 mrace | 283666 1.203056 .6126418 1 5 sexdif | 350228 .7353581 .441143 0 1 racedif | 350228 .7858252 .4102492 0 1 agedif | 283666 -.0116933 11.05404 -74 73 ragedif | 350228 .3225185 .4674408 0 1 nragedif | 350228 .6101111 .4877256 0 1 match | 350228 .5964315 .4906136 0 1 . aef2 1992 92 89_93 Geography (103189 real changes made, 103189 to missing) (5691 real changes made, 5691 to missing) (61363 real changes made, 61363 to missing) (219631 real changes made, 219631 to missing) (314667 real changes made, 314667 to missing) (103189 real changes made, 103189 to missing) (106447 real changes made, 106447 to missing) (216373 real changes made, 216373 to missing) (103189 missing values generated) Demography (64704 real changes made, 64704 to missing) (267480 real changes made) (267480 changes made) (267480 changes made) (267480 changes made) (267480 changes made) (20838 real changes made) (0 real changes made) (0 real changes made) (186 real changes made, 186 to missing) Employment docc80 (82024 missing values generated) (250160 changes made) dind dind was byte now int (250160 real changes made) (250160 changes made) Wages (0 real changes made) (0 real changes made) (269 real changes made, 269 to missing) (4 real changes made, 4 to missing) (0 real changes made) (153740 real changes made) (0 real changes made) Hours, Unions Person Match Merge previous year Merging 1992 file using match914.dta (year<=2000) Dropping non-matches from the matchfile (29605 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1992 file using match938.dta (year<2000) Dropping non-matches from the matchfile (34594 observations deleted) Dropping the _merge variable (64819 missing values generated) (206212 real changes made) dind was int now byte ch613 was int now byte ch1417 was int now byte ch02 was int now byte ch35 was int now byte ch05 was int now byte docc80 was int now byte file /home/data/morg/annual/morg92.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- intmonth | 344632 6.502638 3.487225 1 12 hhnum | 344287 1.082887 .305573 1 7 minsamp | 344632 6.047691 1.999434 4 8 state | 344632 51.07171 26.06552 11 95 centcity | 280953 2.037252 .7677819 1 3 msafips | 234489 4422.6 2536.581 80 9340 pmsarank | 116920 1.768714 1.530598 1 12 cmsarank | 237873 43.12681 54.68041 1 252 cmsacode | 120304 51.64098 25.24455 7 91 smsastat | 338739 1.260487 .4389008 1 2 icntcity | 18306 1.157435 .4442275 1 4 hhid | 0 sex | 344632 1.529014 .4991582 1 2 veteran | 342977 5.544331 1.261831 1 6 grade92 | 344632 39.33796 2.867354 31 46 doinglw | 342473 3.003554 2.506166 1 8 hourslwa | 198954 38.65957 13.91678 0 99 uhours35 | 54964 1.63558 .4812716 1 2 why35lw | 55071 9.829711 4.002249 1 15 class | 259864 1.976349 1.764009 1 8 uhours | 182696 38.06144 11.22032 0 99 paidhr | 181969 1.393869 .4886078 1 2 earnhr | 97075 892.3031 499.0671 1 9999 uearnwk | 156700 447.7364 332.0304 0 1999 unionmm | 181749 1.840621 .3660303 1 2 unioncov | 153439 1.968339 .1750959 1 2 studftpt | 22486 1.093881 .2916691 1 2 lineno | 344632 1.73344 1.0132 1 23 relaref | 344632 3.079618 2.235705 1 10 age | 344632 43.80268 18.20091 16 90 marital | 344632 3.122066 2.587154 1 7 race | 344632 1.22226 .6460343 1 5 activlwr | 342977 3.016788 2.516571 1 8 hourslw | 198861 38.73754 13.8213 1 99 reasonlw | 55190 9.81185 4.009452 1 15 absentlw | 13845 3.786132 2.728409 1 8 ind80 | 259351 574.3853 277.5223 10 991 occ80 | 259351 379.9984 245.4985 3 905 classer1 | 260866 1.936465 1.714609 1 8 uhourse | 183383 38.22786 10.92274 1 99 paidhre | 183383 1.395691 .4889999 1 2 unionmme | 183383 1.840776 .365886 1 2 ethnic | 344439 7.70769 1.252311 1 9 lfsr89 | 342977 3.178123 2.785874 1 7 ftpt89 | 342977 2.107238 1.310771 1 7 dind | 259351 30.94874 13.4426 1 52 eligible | 342977 1.46532 .4987966 1 2 classer2 | 260866 1.736715 1.410472 1 7 earnhre | 110816 905.7474 494.7166 50 9999 earnwke | 183383 456.3524 328.551 1 1923 weight | 342977 1739.21 924.7913 83.26 13234.37 earnwt | 342977 6956.847 3707.656 321.06 53463.77 ownchild | 277300 .8753696 1.150813 0 8 chldpres | 344632 2.777511 3.400929 0 16 pfamrel | 344632 1.756978 1.401653 0 5 I25a | 342977 .034288 .3687503 0 4 I25b | 342977 .0394079 .384241 0 4 I25c | 342977 .002799 .0915929 0 3 I25d | 342977 .0804398 .5432996 0 4 year | 344632 1992 0 1992 1992 smsa80 | 237873 5.224767 1.916157 2 8 ch613 | 344632 .2080944 .4059453 0 1 ch1417 | 344632 .1533665 .3603409 0 1 ch02 | 344632 .0899075 .2860496 0 1 ch35 | 344632 .095322 .2936596 0 1 ch05 | 344632 .1528268 .359821 0 1 docc80 | 259351 23.33523 12.37667 1 46 mym | 344632 19926.05 1.999434 19924 19928 mminsamp | 279813 5.989243 1.999975 4 8 mage | 279813 45.89164 18.04578 16 90 msex | 279813 1.532345 .4989536 1 2 mrace | 279813 1.208414 .6241799 1 5 sexdif | 344632 .7362839 .4406478 0 1 racedif | 344632 .7857396 .4103089 0 1 agedif | 279813 .0227295 11.06646 -74 74 ragedif | 344632 .3270909 .4691515 0 1 nragedif | 344632 .6120645 .4872805 0 1 match | 344632 .5983542 .4902317 0 1 . aef2 1993 93 89_93 Geography (102816 real changes made, 102816 to missing) (5600 real changes made, 5600 to missing) (60686 real changes made, 60686 to missing) (217275 real changes made, 217275 to missing) (310766 real changes made, 310766 to missing) (102816 real changes made, 102816 to missing) (106017 real changes made, 106017 to missing) (214074 real changes made, 214074 to missing) (102816 missing values generated) Demography (64625 real changes made, 64625 to missing) (263460 real changes made) (263460 changes made) (263460 changes made) (263460 changes made) (263460 changes made) (20602 real changes made) (0 real changes made) (0 real changes made) (274 real changes made, 274 to missing) Employment docc80 (82443 missing values generated) (245642 changes made) dind dind was byte now int (245642 real changes made) (245642 changes made) Wages (0 real changes made) (0 real changes made) (174 real changes made, 174 to missing) (1 real change made, 1 to missing) (0 real changes made) (151922 real changes made) (0 real changes made) Hours, Unions Person Match Merge previous year Merging 1993 file using match924.dta (year<=2000) Dropping non-matches from the matchfile (29053 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1993 file using match948.dta (year<2000) hhid was str12 now str15 Dropping non-matches from the matchfile (33777 observations deleted) Dropping the _merge variable (64299 missing values generated) (200976 real changes made) dind was int now byte ch613 was int now byte ch1417 was int now byte ch02 was int now byte ch35 was int now byte ch05 was int now byte docc80 was int now byte hhid was str15 now str12 file /home/data/morg/annual/morg93.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- intmonth | 340506 6.498405 3.481832 1 12 hhnum | 340160 1.081365 .3026671 1 7 minsamp | 340506 6.041057 1.999581 4 8 state | 340506 51.05021 26.0219 11 95 centcity | 277568 2.042696 .7678952 1 3 msafips | 230959 4425.547 2541.084 80 9340 pmsarank | 115255 1.762891 1.517073 1 12 cmsarank | 234277 43.0283 54.61575 1 252 cmsacode | 118573 51.48184 25.23632 7 91 smsastat | 334710 1.262956 .4402394 1 2 icntcity | 18037 1.156068 .4469946 1 4 hhid | 0 sex | 340506 1.530461 .499072 1 2 veteran | 338873 5.553547 1.250785 1 6 grade92 | 340506 39.40147 2.858471 31 46 doinglw | 338302 3.025684 2.530765 1 8 hourslwa | 196503 39.19787 13.90223 0 99 uhours35 | 49148 1.695227 .460316 1 2 why35lw | 49306 10.15343 4.053742 1 15 class | 255226 1.983779 1.767963 1 8 uhours | 179805 38.24043 11.11358 0 99 paidhr | 179539 1.394126 .4886635 1 2 earnhr | 94730 914.7947 515.2489 1 9999 uearnwk | 152497 461.7777 342.0001 0 1999 unionmm | 179407 1.841684 .3650381 1 2 unioncov | 151497 1.970191 .1700611 1 2 studftpt | 21882 1.092176 .2892812 1 2 lineno | 340506 1.723761 1.005808 1 36 relaref | 340506 3.067174 2.233021 1 10 age | 340506 44.05548 18.2209 16 90 marital | 340506 3.124215 2.584284 1 7 race | 340506 1.234566 .6714303 1 5 activlwr | 338873 3.039484 2.541433 1 8 hourslw | 196700 39.22997 13.86669 1 99 reasonlw | 49523 10.13113 4.065367 1 15 absentlw | 13181 3.661331 2.703903 1 8 ind80 | 254885 577.4614 276.6016 10 991 occ80 | 254885 378.0198 245.7834 3 905 classer1 | 256382 1.942753 1.717977 1 8 uhourse | 181268 38.30263 10.96773 1 99 paidhre | 181268 1.396463 .4891639 1 2 unionmme | 181268 1.841781 .364947 1 2 ethnic | 340224 7.703904 1.259812 1 9 lfsr89 | 338873 3.189493 2.794924 1 7 ftpt89 | 338873 2.088039 1.290046 1 7 dind | 254885 31.08568 13.39328 1 52 eligible | 338873 1.465086 .4987802 1 2 classer2 | 256382 1.741967 1.413884 1 7 earnhre | 109401 930.1084 517.4398 50 9999 earnwke | 181268 470.2161 338.2621 1 1923 weight | 338873 1778.579 963.6985 87.55 14872.61 earnwt | 338873 7114.457 3862.128 353.81 57568.34 ownchild | 273189 .8732013 1.153468 0 8 chldpres | 340506 2.758368 3.391206 0 16 pfamrel | 340506 1.75438 1.407432 0 5 I25a | 338873 .0358718 .3770955 0 4 I25b | 338873 .0394248 .384417 0 4 I25c | 338873 .0026913 .0898143 0 3 I25d | 338873 .0894996 .5731881 0 4 year | 340506 1993 0 1993 1993 smsa80 | 234277 5.22785 1.913937 2 8 ch613 | 340506 .2061814 .4045629 0 1 ch1417 | 340506 .1516978 .3587282 0 1 ch02 | 340506 .0896989 .2857503 0 1 ch35 | 340506 .0952964 .2936243 0 1 ch05 | 340506 .1524496 .3594567 0 1 docc80 | 254885 23.21745 12.41511 1 46 mym | 340506 19936.04 1.999581 19934 19938 mminsamp | 276207 5.984787 1.999946 4 8 mage | 276207 46.14505 18.06914 16 90 msex | 276207 1.533495 .4988777 1 2 mrace | 276207 1.220226 .6496854 1 5 sexdif | 340506 .733291 .4422396 0 1 racedif | 340506 .7838775 .4115994 0 1 agedif | 276207 -.0190292 11.20651 -74 74 ragedif | 340506 .3188519 .4660322 0 1 nragedif | 340506 .6040246 .4890599 0 1 match | 340506 .5902275 .4917923 0 1 . aef2 1994 94 94_97 (319234 real changes made) Geography (263993 real changes made, 263993 to missing) (5731 real changes made, 5731 to missing) (319234 real changes made) (319234 real changes made) (148430 real changes made, 148430 to missing) (238899 real changes made, 238899 to missing) (53295 real changes made, 53295 to missing) (238899 real changes made, 238899 to missing) (0 real changes made) (284577 real changes made, 284577 to missing) (58826 real changes made, 58826 to missing) (302611 real changes made, 302611 to missing) (25094 real changes made, 25094 to missing) (102413 real changes made, 102413 to missing) (291371 real changes made, 291371 to missing) (0 real changes made) (263993 missing values generated) Demography (0 real changes made) (1518 real changes made, 1518 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (646 real changes made, 646 to missing) Employment (98902 real changes made, 98902 to missing) (98902 real changes made, 98902 to missing) (98902 real changes made, 98902 to missing) docc80 (98902 missing values generated) (220332 changes made) dind dind was byte now int (319234 real changes made, 98902 to missing) (220332 changes made) Wages (148430 real changes made, 148430 to missing) (0 real changes made) (214472 real changes made, 214472 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (148430 real changes made) (122969 real changes made) (148430 real changes made) (0 real changes made) (122969 real changes made, 122969 to missing) (1518 real changes made, 1518 to missing) Hours, Unions (303165 real changes made, 303165 to missing) (309905 real changes made, 309905 to missing) (297245 real changes made, 297245 to missing) (1518 real changes made, 1518 to missing) (132298 real changes made, 132298 to missing) (102 real changes made) (14588 real changes made, 14588 to missing) (267892 real changes made, 267892 to missing) (148430 real changes made, 148430 to missing) (175112 real changes made, 175112 to missing) Person Match Merge previous year Merging 1994 file using match934.dta (year<=2000) Dropping non-matches from the matchfile (29705 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1994 file using match958.dta (year<2000) Dropping non-matches from the matchfile (108092 observations deleted) Dropping the _merge variable (143974 missing values generated) (146000 real changes made) dind was int now byte docc80 was int now byte hhid was str15 now str12 file /home/data/morg/annual/morg94.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- hurespli | 329067 1.589129 .7944201 0 14 intmonth | 329067 6.481069 3.473427 1 12 minsamp | 329067 6.076538 1.998538 4 8 hhnum | 329067 1.075407 .2870001 1 5 state | 329067 51.06366 26.04446 11 95 centcity | 268325 2.042888 .7664079 1 3 msafips | 223152 4419.154 2544.799 80 9340 pmsarank | 28128 1.779295 1.535953 1 12 cmsarank | 57532 43.07045 54.26567 1 252 cmsacode | 28970 51.23511 25.20567 7 91 smsastat | 323106 1.262468 .4399763 1 2 icntcity | 17170 1.160745 .4558907 1 4 hhid | 0 sex | 329067 1.530339 .4990795 1 2 veteran | 327499 5.560933 1.242103 1 6 grade92 | 329067 39.4618 2.852268 31 46 why3594 | 52844 14.79267 6.798506 1 23 class94 | 227006 4.134798 1.226552 1 8 unioncov | 148387 1.976359 .1519281 1 2 studftpt | 22317 1.107138 .3092956 1 2 relref94 | 329067 2.735738 2.24553 1 12 age | 329067 44.2374 18.25693 16 90 pfamrel | 329067 1.403562 1.015536 0 4 marital | 329067 3.131219 2.583269 1 7 race | 329067 1.259212 .7308706 1 5 hourslw | 192772 38.99943 14.28342 1 99 reason94 | 16599 5.545093 2.98843 1 13 absent94 | 9550 6.092775 3.321559 4 14 ind80 | 227006 578.7697 277.305 10 991 occ80 | 227006 372.0798 247.4128 3 905 uhourse | 187371 38.98328 12.06559 0 99 paidhre | 176024 1.386158 .4868688 1 2 unionmme | 176024 1.842993 .3638084 1 2 ethnic | 328407 7.69416 1.242713 1 9 lfsr94 | 327499 2.825761 2.363342 1 7 ftpt94 | 327499 2.771404 2.55833 1 12 dind | 227006 31.11527 13.46664 1 52 eligible | 329067 .5349184 .49878 0 1 earnhre | 107889 977.7299 641.6885 23 9999 earnwke | 176024 484.741 357.9 0 1923 weight | 329067 1848.464 1039.24 0 20892.63 earnwt | 329067 7401.815 4161.661 0 77523.12 I25a | 329067 .1489788 2.275647 0 43 I25b | 329067 1.465413 7.696071 0 42 penatvty | 329067 82.05349 85.33651 57 555 pemntvty | 329067 94.31648 102.6486 57 555 pefntvty | 329067 95.77113 105.1403 57 555 prcitshp | 329067 1.365512 1.084866 1 5 prcitflg | 329067 .3236484 3.027156 0 41 peinusyr | 35628 6.836954 3.745736 1 13 hrlonglk | 329067 1.987322 .1587321 0 2 lineno | 329067 1.731556 1.01359 1 16 year | 329067 1994 0 1994 1994 smsa80 | 57532 5.221025 1.91064 2 8 docc80 | 227006 22.8856 12.58709 1 46 mym | 329067 19946.08 1.998538 19944 19948 mminsamp | 185093 5.038181 1.753545 4 8 mage | 185093 45.92447 18.00695 16 90 msex | 185093 1.534272 .4988254 1 2 mrace | 185093 1.231165 .6736925 1 5 sexdif | 329067 .5187971 .4996473 0 1 racedif | 329067 .5466455 .4978202 0 1 agedif | 185093 .6676914 10.00252 -73 74 ragedif | 329067 .3091772 .4621551 0 1 nragedif | 329067 .4512911 .4976225 0 1 match | 329067 .4436786 .4968185 0 1 . aef2 1995 95 94_97 (211516 real changes made) Geography (211516 real changes made, 211516 to missing) (101766 real changes made) (211516 real changes made) (211516 real changes made) (28928 real changes made, 28928 to missing) (0 real changes made) (288527 missing values generated) (82212 real changes made, 82212 to missing) (0 real changes made) (0 real changes made) (118271 real changes made, 118271 to missing) (300708 real changes made, 300708 to missing) (149656 real changes made, 149656 to missing) (276489 real changes made, 276489 to missing) Demography (0 real changes made) (261246 real changes made, 261246 to missing) (53105 real changes made, 53105 to missing) (1512 real changes made, 1512 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (833 real changes made, 833 to missing) Employment (97330 real changes made, 97330 to missing) (97330 real changes made, 97330 to missing) (97330 real changes made, 97330 to missing) docc80 (97330 missing values generated) (217021 changes made) dind dind was byte now int (314351 real changes made, 97330 to missing) (217021 changes made) Wages (144044 real changes made, 144044 to missing) (0 real changes made) (209451 real changes made, 209451 to missing) (0 real changes made) (0 real changes made) (144044 real changes made) (0 real changes made) (0 real changes made) (119594 real changes made) (144044 real changes made) (1 real change made, 1 to missing) (119594 real changes made, 119594 to missing) (1512 real changes made, 1512 to missing) (270337 real changes made, 270337 to missing) (243977 real changes made, 243977 to missing) (9209 real changes made, 9209 to missing) (14407 real changes made, 14407 to missing) Hours, Unions (298941 real changes made, 298941 to missing) (305346 real changes made, 305346 to missing) (292738 real changes made, 292738 to missing) (1512 real changes made, 1512 to missing) (128599 real changes made, 128599 to missing) (97 real changes made) (15016 real changes made, 15016 to missing) (264977 real changes made, 264977 to missing) (144044 real changes made, 144044 to missing) (169589 real changes made, 169589 to missing) Person Match Merge previous year Merging 1995 file using match944.dta (year<=2000) Dropping non-matches from the matchfile (110197 observations deleted) Dropping the _merge variable Merge next year, lastyear=2002 Merging 1995 file using match968.dta (year<2000) Dropping non-matches from the matchfile (76359 observations deleted) Dropping the _merge variable (225460 missing values generated) (82344 real changes made) dind was int now byte smsa80 was float now byte docc80 was int now byte file /home/data/morg/annual/morg95.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+----------------------------------------------------- hurespli | 335523 1.59618 .8207629 0 16 intmonth | 335523 6.712085 3.4884 1 12 minsamp | 335523 5.861357 1.995192 4 8 hhnum | 335523 1.057406 .2506262 1 8 state | 335523 51.15739 25.99765 11 95 centcity | 213948 2.017537 .751945 1 3 msafips | 180283 4437.813 2544.521 80 9360 cmsacode | 45375 52.69188 27.20284 7 97 smsastat | 253265 1.246359 .4308906 1 2 smsa93 | 89482 5.286963 1.681763 2 7 icntcity | 14873 1.178579 .5011884 1 4 hhid | 0 sex | 335523 1.529201 .4991473 1 2 veteran | 333947 5.570186 1.230748 1 6 grade92 | 335523 39.52456 2.858804 31 46 why3594 | 52456 14.7175 6.942715 1 23 class94 | 231621 4.131542 1.214511 1 8 unioncov | 154376 1.978099 .146361 1 2 studftpt | 22107 1.100421 .3005669 1 2 relref94 | 53113 2.766272 2.29624 1 12 relref95 | 282410 2.843897 2.815018 1 18 age | 335523 44.40549 18.10519 16 90 pfamrel | 335523 1.39752 1.010869 0 4 marital | 335523 3.103322 2.574661 1 7 race | 335523 1.286988 .7939691 1 5 hourslw | 198851 39.2187 14.21351 1 99 reason94 | 16463 5.202333 2.887989 1 13 absent94 | 9457 6.051179 3.343258 4 14 ind80 | 231621 579.5078 277.262 10 991 occ80 | 231621 366.8115 249.2428 3 905 uhourse | 192178 39.16859 11.91881 0 99 paidhre | 181904 1.386044 .4868423 1 2 unionmme | 181904 1.848667 .3583737 1 2 ethnic | 334611 7.685725 1.248853 1 9 lfsr94 | 333947 2.792269 2.347533 1 7 ftpt94 | 333947 2.72457 2.502075 1 12 dind | 231621 31.13629 13.48484 1 52 eligible | 335523 1.457849 .4982209 1 2 earnhre | 111596 998.8876 604.0807 20 9900 earnwke | 181904 502.7979 367.3699 0 1923 weight | 335523 1899.614 1042.581 0 14211.12 earnwt | 335523 7631.101 4164.015 134.0936 56722.81 I25a | 335523 .1850752 2.529902 0 43 I25b | 335523 2.192017 9.332028 0 42 I25c | 41473 .2507414 .4334452 0 1 I25d | 67502 .2295932 .4205743 0 1 penatvty | 335523 80.54687 77.84617 57 555 pemntvty | 335523 90.57134 90.45423 57 555 pefntvty | 335523 91.39714 91.68054 57 555 prcitshp | 335523 1.380296 1.106881 1 5 prcitflg | 335523 .2744819 2.947896 0 41 peinusyr | 335523 .7851712 2.554671 0 13 hrlonglk | 335523 1.991917 .1268878 0 2 lineno | 335523 1.715608 .9913421 1 16 year | 335523 1995 0 1995 1995 smsa80 | 31182 24.13075 10.02482 11 43 docc80 | 231621 22.54979 12.6986 1 46 mym | 335523 19955.86 1.995192 19954 19958 mminsamp | 110063 6.254091 1.983803 4 8 msex | 110063 1.531014 .4990395 1 2 mage | 110063 46.79226 17.74321 16 90 mrace | 110063 1.223199 .6543028 1 5 sexdif | 335523 .2956042 .4563145 0 1 racedif | 335523 .3151438 .4645738 0 1 agedif | 110063 -.1523855 10.77125 -74 73 ragedif | 335523 .1430096 .3500831 0 1 nragedif | 335523 .2523016 .4343341 0 1 match | 335523 .2454198 .4303365 0 1 . aef2 1996 96 94_97 Geography (77545 real changes made, 77545 to missing) (0 real changes made) (275120 real changes made) (823 real changes made, 823 to missing) variable pmsarank not found r(111); end of do-file r(111); . exit,clear