Counting missing values in R

前端 未结 0 1505
长发绾君心
长发绾君心 2021-02-02 10:57

I need to get the count of missing values across rows. I was able to do that using the apply function as follows:

x1=c(1:5,NA,8)
x2=c(1:4,NA,NA,8)
da         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题