powered by
NA is treated as missing value.
NA.col.sums(data)
sum of missing value by column
must be dataframe or matrix
df = data.frame(x=rep(c(1,NA,2,NA,6,NA),10), y=rep(c(1,NA,2),20)) NA.col.sums(df)
Run the code above in your browser using DataLab