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

NULL does not import into Stata nicely #6

Open
michaelkotrous opened this issue Jun 6, 2017 · 0 comments
Open

NULL does not import into Stata nicely #6

michaelkotrous opened this issue Jun 6, 2017 · 0 comments

Comments

@michaelkotrous
Copy link
Owner

Adding the NULL values corrected problems importing the data into R, but Stata treats it as a string instead of a missing value, which results in variables that need to be treated as integers being treated as strings.

Potential fixes:

  1. Add option to aircra.sh that allows user to specify if empty fields should be labeled NULL or left empty.
  2. Post Stata snippet in README.md for do file that converts NULL to missing and variables to the correct format for analysis.
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

No branches or pull requests

1 participant