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
I am wondering the result about cross-classified multilevel modelArray l am working about cross-classified multilevel model dependent variable : immigratio…
Geographic RDD: distance from observation points to border.Dear Statalists, I want to conduct a Geographic Regression Discontinuity Design to compare municipa…
global marginal effects in ologitHi in older versions of STATA, to obtain the marginal effects of the covariates we use the command "…
pwcorr display three starsI want display three stars if p<0.01, display two stars if p<0.05, display one star if p<0.…
Mixed logit modelHi All I am trying to calibrate a multilevel crash outcome analysis using a mixed logit model. The …
Subscribe to:
Post Comments (Atom)
0 Response to Precision issue- if command doesn't select variable with requested values
Post a Comment