01
Ingest All Data Sources
action
ingest_dataseton fail: abort
config (1 key)
{
"sources": [
"cfo_emigration",
"ched_enrollment",
"prc_licensure",
"us_h1c_visas",
"psa_lfs"
]
}Reproducible analysis playbook for the headline brain-gain result in Batista et al. (2025): the 2000-2006 US nurse-visa expansion caused 9 new Filipino nurses to be licensed for every 1 nurse who emigrated. Step-by-step DID with data sources, units, and validation gates.
{
"sources": [
"cfo_emigration",
"ched_enrollment",
"prc_licensure",
"us_h1c_visas",
"psa_lfs"
]
}{
"key_columns": [
"year",
"emigrants_to_us",
"new_nursing_enrollment",
"new_licensed_nurses",
"us_visa_cap",
"tertiary_employment"
],
"time_range": [
1990,
2010
]
}{
"max_missing_pct": 0.1,
"min_observations": 18,
"required_columns": [
"emigrants_to_us",
"new_nursing_enrollment",
"new_licensed_nurses",
"us_visa_cap"
]
}{
"annotations": [
{
"2000": "US H-1A nurse-visa expansion begins"
},
{
"2006": "Visa expansion ends"
}
],
"x": "year",
"y_left": "emigrants_to_us",
"y_right": "new_nursing_enrollment"
}{
"visual_pattern": "Enrollment closely tracks visa availability"
}{
"outcome": "new_nursing_enrollment",
"placebo_treatments": [
1995,
1997
],
"pre_period": [
1990,
1999
],
"treatment_year": 2000
}{
"placebo_effects": "not_significant"
}{
"controls": [
"gdp_per_capita_phl",
"total_tertiary_enrollment"
],
"outcome": "new_licensed_nurses",
"time_var": "year",
"treatment": "us_visa_cap_expansion",
"unit_var": "nursing_program_type"
}{
"treatment_effect": {
"direction": "positive",
"magnitude_per_emigrant": 9,
"rationale": "Per Abarcar \u0026 Theoharides (2024): 9 new licensees per 1 emigrant"
}
}{
"groups": [
"private",
"public"
],
"moderator": "program_ownership_type",
"outcome": "new_nursing_enrollment"
}{
"private": {
"direction": "positive",
"magnitude": "larger"
},
"public": {
"direction": "positive",
"magnitude": "smaller"
}
}{
"inflows": "new_licensed_nurses",
"outflows": "emigrants_to_us",
"window": [
2000,
2006
]
}{
"net_change_in_stock": {
"direction": "positive",
"rationale": "Review reports +86,940 net nurses (113,775 licensed - 26,835 emigrated) over 2000-2006",
"target_value": 86940,
"tolerance": 0.1
}
}{
"checks": [
{
"alternative_treatment_year": 2001
},
{
"placebo_outcome": "engineering_enrollment"
},
{
"leave_one_out_provinces": true
},
{
"weighted_by_pre_period_enrollment": true
}
]
}{
"compare_to_kb": true,
"target_finding_id": "finding_filipino_nurses_brain_gain"
}