July 23, 2010
which(is.na(t.zoo[,2]))
which row has an NA value in the second column of variable t.zoo
Remove NA values
A<-na.omit(A)
Thoughts, tips and rants from a professional programmer
which(is.na(t.zoo[,2]))
which row has an NA value in the second column of variable t.zoo
Remove NA values
A<-na.omit(A)