hi all, I have a variable (crops_yield) with following kind of observations. The variable type is double and format %6.2f. I am trying to select value 11666.67 using "tab crops_yield if crops_yield==11,666.67" but Stata says no observations. Why is this the case and what code fixes this problem? Please let me know.
tab crops_yield
crops_yield | Freq. Percent Cum.
1921.00 | 1 0.78 94.57
2083.33 | 1 0.78 95.35
2160.00 | 1 0.78 96.12
2700.00 | 1 0.78 96.90
2750.00 | 1 0.78 97.67
3008.57 | 1 0.78 98.45
4500.00 | 1 0.78 99.22
11666.67 | 1 0.78 100.00
Thank you,
Ramu
Related Posts with Precision issue- if command doesn't select variable with requested values
Linear regressionI have squared root the dependent variable to deal with the non-normally distributed residuals. The …
What observations are at the conditional quantile that STATA is estimatingHello, I am trying to figure out whether there is a procedure that would provide me with an indicat…
views Creating box plots of the gap between two groups by decilesHello and thanks for taking your time to read an answer my question, I am working with Stata and I …
egen anycountI have five variables that all take on values 0, 1, or 2. I want to create a new variable that equal…
Determining the P value for trends of continuous and categorical variables over the years.Dear All, I would really be grateful if you could help me with this as I have spent more than a mon…
Subscribe to:
Post Comments (Atom)
0 Response to Precision issue- if command doesn't select variable with requested values
Post a Comment