Code:
program define myprog use "table.dta", clear sample 1000 if treat == 0, count logit y treat x2 x3 x4 end set seed 1234 simulate _b[treat] _se[treat], reps(100): myprog gen t_treat = _sim_1/_sim_2 gen p_treat = 2*(1-normal(abs(t_treat)))
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
program define myprog use "table.dta", clear sample 1000 if treat == 0, count logit y treat x2 x3 x4 end set seed 1234 simulate _b[treat] _se[treat], reps(100): myprog gen t_treat = _sim_1/_sim_2 gen p_treat = 2*(1-normal(abs(t_treat)))
0 Response to Randomly select control variables and perform 100 regressions?
Post a Comment