Skip to content
Prev 247518 / 398506 Next

Finding NAs in DF

Maybe something along the lines:
apply(df,1, FUN=function(x) which(is.na(x)))

It's not exactly what you want, but it might work combined with the 
other solutions

HTH,
Ivan

Le 1/17/2011 12:23, Johannes Graumann a ?crit :