This question is about the "in" of Stata.
You must refer to http://www.stata.com/help.cgi?in.
They said "in at the end of a command means that the command is to use only the observations specified."
In your case, "list urbrur in 1/10" is to display the data of urbrur from 1(first data) to 10(tenth data).
And "_n" is the order of data. So if your first data is 123 and your tenth data 100,
list urbrur if _n=1
then display 123
list urbrur if _n=10
then display 100. So I think the correct command is "list urbrur if _n=<10".
Also "_N" is the maximum order of data. So if you have ten data in the above case, "_N" means 10.
I hope you get the answer and enjoy Stata's world. 
eblog 金钱 +50 魅力 +10 经验 +25 奖励 2008-8-30 9:45:07