How can I replace the missing data value with the existing repeated values by city!
clear
input int city double grp
1100 .
1100 .
1100 .
1100 .234
1100 .
1100 .234
1100 .
1230 .5
1230 .
1230 .
1230 .
1230 .5
1230 .
1323 .
1323 .
1323 .
1323 .3
1323 .
1323 .
1323 .3
1323 .
1323 .
1323 .
end
[/CODE]
Related Posts with How can I replace the missing data value with the existing repeated values by city
Advice on Panel Data usage (tests to be performed)Dear all, I will start the methodology part of my master thesis soon and would like to get your adv…
Coarsened Exact Matching with Parallel does not work properlyDear Statalisters, I use CEM with Parallel with the following command Code: parallel setclusters 4…
Error using spgenerateHello Statalisters, I am trying to create spatial lag variable manually using spgenerate command. I…
How to concatenate a local variable with a string in StataI have a very large DO file that I need to control for whether the code is run in Linux or Windows. …
duplicate article resultsHi, I am trying to duplicate table 2 using the researchers' do and ado files. for some reason I kee…
Subscribe to:
Post Comments (Atom)
0 Response to How can I replace the missing data value with the existing repeated values by city
Post a Comment