I'm wondering if I can list pre-selected rows. Let's say, I would like to list var1 and var2 for observations 5, 10, 12, and 17. The below doesn't work, but is there any suggestion?
Code:
list var1 var2 in (5 10 12 17)