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
eintregHi, I am using eintreg for interval regression with sample selection I would like to know the numbe…
ivprobit and cmp ivprobitHi. I am using an individual-based survey and I am trying to estimate the impact of migration and re…
Replacing "NA" with missingI'm super new to using Stata and could really use some help! I have imported a csv file from R into …
Merging datasets code issueHi all! I can't figure out a certain line of code. I'd like to merge two data sets. The master data…
p valuesHi, We are comparing the clinical characteristics of infants who received Octreotide for chylothorax…
Subscribe to:
Post Comments (Atom)
0 Response to Precision issue- if command doesn't select variable with requested values
Post a Comment