NA.whole.sums | R Documentation |
NA is treated as missing value.
NA.whole.sums(data)
data |
must be dataframe or matrix |
sum of missing value in the whole dataframe
df = data.frame(x=rep(c(1,NA,2,NA,6,NA),10),
y=rep(c(1,NA,2),20))
NA.whole.sums(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.