You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add option to aircra.sh that allows user to specify if empty fields should be labeled NULL or left empty.
Post Stata snippet in README.md for do file that converts NULL to missing and variables to the correct format for analysis.
The text was updated successfully, but these errors were encountered:
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:
aircra.sh
that allows user to specify if empty fields should be labeled NULL or left empty.README.md
for do file that converts NULL to missing and variables to the correct format for analysis.The text was updated successfully, but these errors were encountered: