log using "logfiles\D2_kh1u2_results.smcl", name(D2log_results) replace * ================================================= * Darstellung und Export der Ergebnisse * ================================================= /* * =================== * Inhalt * =================== A.) Regression mit und ohne Kontrolle dm72 */ * ================================================= * A.) Regression mit und ohne Kontrolle dm72 * ================================================= * 3_2.) reg auf dm92 * ==================== * Kontrollgruppe: esttab ols_3_2*_0 * Treatment: esttab ols_3_2*_1 /// using "csv\results_reg32dez.csv", append /// /*title(Regressionen auf Noten\lab{reg_32})*/ /// /*booktabs onecell */ /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// r2 ar2 /*pr2*/ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement" /// 1.Stand_BP_913 "state of career planning: substantial improvement" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// 1.L1_mean_sozkog_miss "teacher response missing" /// 1.L1_einzan_d "individual address: desirable (82) " /// 1.diff_LSelbBP_miss "teacher response missing" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// _cons "constant") /// addnote("") * \usepackage{booktabs} \usepackage{dcolumn} *old: coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// * 3_3.) reg auf dm92 mit dm72 * =========================== * Kontrollgruppe: esttab ols_3_3*_0 * Treatment: esttab ols_3_3d_1 /// using "csv\results_reg33dez.csv", append /// /*title(Regressionen auf Noten\lab{reg_32})*/ /// /*booktabs onecell */ /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// r2 ar2 /*pr2*/ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// dm72 "average grade in german and math (72) " /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement" /// 1.Stand_BP_913 "state of career planning: substantial improvement" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// 1.L1_mean_sozkog_miss "teacher response missing" /// 1.L1_einzan_d "individual address: desirable " /// 1.diff_LSelbBP_miss "teacher response missing" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// _cons "constant") /// addnote("") * \usepackage{booktabs} \usepackage{dcolumn} *old: coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// * ================================================= * B.) * ================================================= * 4.) Probit * ========== * Treatment *BV *WFS *AB esttab probit_41_* /// using "csv\results_probit_dez.csv", replace /// title(Probit estimation 41 probit) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// _cons "constant") /// addnote("") esttab probit_41b_* /// using "csv\results_probit_dez.csv", append /// title(Probit estimation 41b probit) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// dm72 "average grade in german and math (72) " /// _cons "constant") /// addnote("") esttab probit_51_* /// using "csv\results_probit51_dez.csv", append /// title(Probit estimation 51 probit) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// d72 "grade in german (72) " /// m72 "grade in math (72) " /// _cons "constant") /// addnote("") esttab probit_61_* /// using "csv\results_probit61_dez.csv", replace /// title(Probit estimation 61 probit) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.malesex#1.m "male*migration background" 1.malesex "male" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// _cons "constant") /// addnote("") esttab probit_61b_* /// using "csv\results_probit61_dez.csv", append /// title(Probit estimation 61b probit) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.malesex#1.m "male*migration background" 1.malesex "male" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// dm72 "average grade in german and math (72) " /// _cons "constant") /// addnote("") /* esttab probit_41c_* /// using "csv\results_probit_okt.csv", append /// title(Probit estimation 41c probit) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// wrszu81_kat "additional lessons (8th and 9th grade)" /// wrszu81_miss "additional lessons (8th and 9th grade) missing" /// _cons "constant") /// addnote("") esttab probit_41d_* /// using "csv\results_probit_okt.csv", append /// title(Probit estimation 41d probit) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// dm79 "improvement in grades (german and math)" /// _cons "constant") /// addnote("") */ esttab margin_41_* /// using "csv\results_probit_dez.csv", append /// title(Probit estimation 41 margins) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// _cons "constant") /// addnote("") esttab margin_41b_* /// using "csv\results_probit_dez.csv", append /// title(Probit estimation 41c margins) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// dm72 "average grade in german and math (72) " /// _cons "constant") /// addnote("") esttab margin_51_* /// using "csv\results_probit51_dez.csv", append /// title(Probit estimation 51 margins) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// d72 "grade in german (72) " /// m72 "grade in math (72) " /// _cons "constant") /// addnote("") esttab margin_61_* /// using "csv\results_probit61_dez.csv", append /// title(Probit estimation 61 margins) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.malesex#1.m "male*migration background" 1.malesex "male" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// _cons "constant") /// addnote("") esttab margin_61b_* /// using "csv\results_probit61_dez.csv", append /// title(Probit estimation 61b margins) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.malesex#1.m "male*migration background" 1.malesex "male" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// dm72 "average grade in german and math (72) " /// _cons "constant") /// addnote("") /* esttab margin_41c_* /// using "csv\results_probit_okt.csv", append /// title(Probit estimation 41c margins) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// wrszu81_kat "additional lessons (8th and 9th grade)" /// wrszu81_miss "additional lessons (8th and 9th grade) missing" /// _cons "constant") /// addnote("") esttab margin_41d_* /// using "csv\results_probit_okt.csv", append /// title(Probit estimation 41d margins) /// /// booktabs onecell /// nogaps nolines /// drop(*0b.*) se(%9.2f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// /*label*/ /*oder coefflabel()*/ /// coeflabel(1.sex#1.m "female*migration background" 1.sex "female" 1.m "migration background" 1.kh "cohort 2" /// PraktAnz82_kat "number of internships (8)" /// 1.PraktAnz82_miss "number of internships (8) missing" /// PraktAnz92_kat "number of internships (9)" /// 1.PraktAnz92_miss "number of internships (9) missing" /// 1.WB_jn_91_kat "knows desired occupation (91)" /// 1.WB_jn_91_miss "knows desired occupation (91) missing" /// 1.Stand_BP_912 "state of career planning: moderate improvement (91)" /// 1.Stand_BP_913 "state of career planning: substantial improvement (91)" /// L1_mean_sozkog_nomiss "social and cognitive skills (82)" /// diff_LSelbBP_kat "career planning: improvement in autonomy (82-92)" /// 1.diff_LSelbBP_miss "teacher response missing" /// 1.BTVja "father employed" 1.BerufstätigkeitV_miss "father employed missing" /// 1.SchVRSAbi "father's degree of schooling: medium-high" /// 1.SchulabschlussV_miss "father's degree of schooling missing" /// 1.e113_kateg "single-parent family" /// 1.e113_miss "single-parent family missing" /// A_05_pc "share of foreigners in neighborhood" /// dm79 "improvement in grades (german and math)" /// _cons "constant") /// addnote("") */ * ============================================================= *mit A_05#m esttab probit_44_* ,nogaps nolines /// drop(*0b.*) se(%9.4f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// esttab margin_44_* ,nogaps nolines /// drop(*0b.*) se(%9.4f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// esttab probit_44b_* ,nogaps nolines /// drop(*0b.*) se(%9.4f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// esttab margin_44b_* ,nogaps nolines /// drop(*0b.*) se(%9.4f) brackets /// pr2 /*r2 ar2 */ /// alignment(D{.}{.}{-1}) /// star(* 0.10 ** 0.05 *** 0.01) /// * ====================================================================== log close D2log_results * ======================================================================