rainningpoet 发表于 2018-5-30 13:58 
library(dplyr)
data002=data%>%select(is.na(a22)==FALSE
谢谢,感觉这个方法靠谱,但是遇到一个问题,以下是我的代码
a2 = a1%>%  select(is.na(a2$a25)==FALSE)
遇到这个问题:Error: `is.na(a2$a25) == FALSE` must evaluate to column positions or names, not a logical vector。捣鼓了半天也没有解决,再次求教