-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create Stata Testfile with special missing values #40
Comments
How it is: TESTSTRING = ". a b .a . c . .b . d e f f f g" TESTNUMBER = "3 .a -2 5 10 . 15 100 10 2 -1 3 4 5 6" local TESTOTHER = "-1 a -2 5 b . 15 x 2 .a b 1 2 y z" |
"."-Missings are always invalid How this should be handled? |
Strings in the form of |
Create tests and testfiles with missingvalues "." and ".a"-".z".
See dmissingvalues
The text was updated successfully, but these errors were encountered: