I've got a variable _at1
I want to get the value of _at1 when timevar == 2
I found the value in timevar closes to 2 which is 2.01005
I then wrote
What is wrong?
Of course I can manually look for it, but curious to know what's wrong
I want to get the value of _at1 when timevar == 2
I found the value in timevar closes to 2 which is 2.01005
I then wrote
Code:
list _at1 if timevar==2.01005 ///Yet stata returns: .
Of course I can manually look for it, but curious to know what's wrong
Comment