Hi there, I have a variable that has some very small values (4.28e-10, 4.65e-88, for example).
I would like to keep if a variable has a value of less than 5.0x10^-8.
I am struggling to work in scientific notation.
I have tried the code: drop ldlp if ldlp>=5e-08 but it returns "invalid syntax"
I wonder if this has something to do scientific notation?
Thanks for any help
I would like to keep if a variable has a value of less than 5.0x10^-8.
I am struggling to work in scientific notation.
I have tried the code: drop ldlp if ldlp>=5e-08 but it returns "invalid syntax"
I wonder if this has something to do scientific notation?
Thanks for any help
Comment