-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MHC-HLO-Productiontestworkshop] #2
base: Original-(MHC-HLO-Production-on-GH-from-Aroob)
Are you sure you want to change the base?
[MHC-HLO-Productiontestworkshop] #2
Conversation
Compare MHC-HLO-Production [from Aroob's private GitHub] to MHC-HLO-Productiontestworkshop [from Network folder] \\wbgfscifs01\GEDEDU\GDB\Personal\WB504672\WorldBank_Github\MHC-HLO-Productiontestworkshop
@@ -151,10 +148,6 @@ foreach assessment in PISA LLECE SACMEQ PASEC PASEC_2014 EGRA PILNA { | |||
|
|||
drop score se | |||
reshape wide score_* , i(cntabb window subject level) j(test) string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flagging for MH
@@ -255,5 +248,5 @@ foreach assessment in PISA LLECE SACMEQ PASEC PASEC_2014 EGRA PILNA { | |||
keep assessment subject level exchange_rate_PISA_se exchange_rate_LLECE_se exchange_rate_SACMEQ_se exchange_rate_PASEC_se exchange_rate_PASEC_2014_se exchange_rate_EGRA_se exchange_rate_PILNA_se | |||
egen exchangerate_se = rowtotal(exchange_rate*) | |||
keep subject level assessment exchangerate_se | |||
*cf _all using "$clone/02_exchangerate/output/exchange_rates_se.dta", verbose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't matter - line repeated above/below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New dataset being added by .do file in the '02_exchangerate' in the 'temp' folder - Same comment for all the remaining 'temp' folder files being added
/*Checking with previous: | ||
ren HLO* n_HLO* | ||
merge 1:1 cntabb test year n_res subject grade using "N:\GDB\WorldBank_HLO_workingcopy\HLO\HLO_v01\2-output\HLO_MEAN_DSEX_SE_v01.dta" | ||
gen diff = n_HLO - HLO | ||
gen diff_se = n_HLO_se - HLO_se | ||
encode test, gen(test_n) | ||
encode subject, gen(subject_n) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flagging for MH
mean diff, over(test_n) | ||
mean diff if test == "LLECE", over(test_n subject_n) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flagging for MH
@@ -154,7 +154,7 @@ collapse hlo* os*, by(wbcode year test) | |||
/******************************************************************************/ | |||
// Generate variable to keep track of source test | |||
foreach gen in mf m f { | |||
gen source_`gen'=test | |||
gen source_`gen'=testnew |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flagging for MH - might be important later in the analysis?
@@ -100,10 +104,9 @@ global input "${network}/GDB/HLO_Database" // Where EDURAW files will be read f | |||
global output "${clone}/outputs" // Where GLAD.dta files will be saved | |||
|
|||
*Creating folder structure: | |||
foreach folder in 02_exchangerate 03_HLO 04_HLO-HCI 05_MHC { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flagging for MH - might be important later in the analysis
Compare MHC-HLO-Production [from Aroob's private GitHub] to MHC-HLO-Productiontestworkshop [from Network folder] \wbgfscifs01\GEDEDU\GDB\Personal\WB504672\WorldBank_Github\MHC-HLO-Productiontestworkshop