Skip to content
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

Open
wants to merge 1 commit into
base: Original-(MHC-HLO-Production-on-GH-from-Aroob)
Choose a base branch
from

Conversation

jkleczka
Copy link
Collaborator

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

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
Copy link
Collaborator

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
Copy link
Collaborator

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

Copy link
Collaborator

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)
Copy link
Collaborator

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)
Copy link
Collaborator

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
Copy link
Collaborator

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 {
Copy link
Collaborator

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

@worldbank worldbank deleted a comment from bharadwajani Oct 30, 2024
@worldbank worldbank deleted a comment from bharadwajani Oct 30, 2024
@worldbank worldbank deleted a comment from bharadwajani Oct 30, 2024
@worldbank worldbank deleted a comment from bharadwajani Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants