wengxyu1030 / Recode_V_training

This repository is only for training use.
1 stars 0 forks source link

Egypt2008-forJJ #21

Open robin-wang opened 3 years ago

robin-wang commented 3 years ago

WORKFLOW DOC

A. General Procedural Steps

B. Check / Document Items Below Even If Programs Run Through

Internal check passed

Document in the onedrive spreadsheet

Update status in onedrive

Jiongnan commented 3 years ago

@robin-wang hi, Robin. when I run "set matsize 3956, permanent" in DHS-Recode-V.do file, STATA returns "matsize must be between 10 and 800"

Jiongnan commented 3 years ago

when I run "do "/Users/flora.jiang/Onedrive/WB/OneDrive/MEASURE UHC DATA/STATA/DO/SC/Recode_V_training/Git-DHS-Recode-V-master/Recode_V_training/10_child_mortality", I got: no room to add more variables Up to 2,048 variables are allowed with this version of Stata. Versions are available that allow up to 120,000 variables.

robin-wang commented 3 years ago

Set matsize to 800 if your version of Stata is Stata/IC (standard), where 10 < # < 800 Remove set maxvar, if maxvar is not settable in this version of Stata. In this version of Stata, maxvar might be fixed at 2,048.

Does this help?

Jiongnan commented 3 years ago

Set matsize to 800 if your version of Stata is Stata/IC (standard), where 10 < # < 800 Remove set maxvar, if maxvar is not settable in this version of Stata. In this version of Stata, maxvar might be fixed at 2,048.

Does this help?

my version is Stata16.1 IC, I change to Stata15.1 SE, it works!. I just finished testing DHS-Recode-V.do file(change all paths in my computer). should I commit and push it?

What should I do next?

robin-wang commented 3 years ago

@Jiongnan Hi Jiongnan,

Thanks for your update. Please commit and push : ) We can review based on your update.

Two other notes, 1. please don't close the issue before we are totally done with this survey dataset. 2. Would you mind document your work and checks in this issue's original content? I haven't seen updates there up top.

You could use a previous example for reference https://github.com/wengxyu1030/DHS-Recode-VII/issues/4

Please let me know if you got any questions.