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

Linux Backstage County Dataset Update #3

Open
flozanor82 opened this issue Dec 16, 2022 · 0 comments
Open

Linux Backstage County Dataset Update #3

flozanor82 opened this issue Dec 16, 2022 · 0 comments

Comments

@flozanor82
Copy link

Hi Chris,
(Or person who follows the bugs for countyfips)
I was getting an error in the Linux platform of UGA supercomputer, but not in my personal computer with a sample of the data. After checking my dataset I decided to run something very simple:


clear all
set obs 1
gen fips=1001
countyfips,fips(fips)
*** The output
(all newnames==oldnames)
(variable fips was float, now double to accommodate using data's values)
variable fips does not uniquely identify observations in the using data
r(459);


This does not happen in my laptop running in stata for windows. I solved the issue moving the DS to Linux, but it is a rather cumbersome and it loses the straightforwardness of the command

I hope thought you might want to know.
Best,

Felipe L

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