*************************************************** ** Paul Lambert, 23 August 2009 *** Preparation and analysis of BHPS data on educational qualifications ** Define paths do "c:\dames09\work\bhps_educ\paths1.do" ** Data construction (i): Pooling data capture log close log using $logs\pooling_data1.log, replace text do $do_files\pooling_data1.do capture log close ** Data construction (ii): Linking and manipulating data capture log close log using $logs\pre_analysis1.log, replace text do $do_files\pre_analysis1.do capture log close ** Data analysis: Patterns of difference by educational qualifications capture log close log using $logs\data_review1.log, replace text do $do_files\data_review1.do capture log close ** Graphs of higher levels of education by parent's education capture log close log using $logs\graph_moving_educ.log, replace text do $do_files\graphs_moving_educ.do capture log close