I have a problem with the collapse command in a dataset with 497 observations. When I collapse a numeric variable by a string variable, the number of observations is different on different computers. The type of string variable is str14. The command we use is as follows;
clear all
use testdata.dta
collapse (mean) unity, by (InputID)
After the above collapse command, the number of observations on windows computer is 227 while the number of observations on MAC is 235.
We have been working for hours for this problem, We appreciate any suggestions.
We have attached the data. Thank you very much in advance.
Best
clear all
use testdata.dta
collapse (mean) unity, by (InputID)
After the above collapse command, the number of observations on windows computer is 227 while the number of observations on MAC is 235.
We have been working for hours for this problem, We appreciate any suggestions.
We have attached the data. Thank you very much in advance.
Best
Comment