Displaying 1 result from an estimated 1 matches for "intdate".
Did you mean:
instdate
2008 Dec 01
3
Failure to subset in R v 2.8.0
...teger values 1:12, and all are present in the data set:
> unique(c$month)
[1] 11 10 9 8 12 1 7 4 6 2 5 3
However, I can't select observations of c for certain values of month:
> c[c$month==11,]
[1] STATE DISTRICT TALUK VILLAGE TYPE SERIALNO INTDATE QH101P
[9] QH114 QH115A1 QH115B1 QH115C1 QH115A2 QH115B2 QH115C2 QH115A3
[17] QH115B3 QH115C3 QH115A4 QH115B4 QH115C4 QH115A5 QH115B5 QH115C5
[25] QH116 QH117A1 QH117B1 QH117C1 QH117A...