to Question in #15
Variables 46
Obs 23'465'605
size 2'616'052M. I run the first line again when posting, still not finished
Variables 46
Obs 23'465'605
size 2'616'052M. I run the first line again when posting, still not finished
clear set rmsg on set obs 24000000 egen year = seq(), block(1000000) set seed 2803 gen place = runiformint(1, 1000) gen id = runiformint(1, 1000) egen tag = tag(place id year) egen distinct = total(tag), by(place year)
egen tag = (district state)
egen distinct = total(district), by (state)
Comment