Skip to content

(minor) stata code examples with discouraged command abbreviations #131

@gitlastoni

Description

@gitlastoni

on https://data.poverty-action.org/data-cleaning/variable-management.html

*Assign numerical codes
loc idk     -99 99 999  // numerical code for "Don't Know"
loc rf      -77 77 75   // numerical code for "Refuse"
loc na      -88         // numerical code for "Not Applicable"
loc oth     -66         // numerical code for "Other"
loc skip    -70         // numerical code for  "Skip"

where loc for local is not in line with community guidelines

e.g. DIME: worldbank.github.io/dime-data-handbook/coding.html#abbreviating-commands

Metadata

Metadata

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions