I am aware of

table(is.na(df$var))

but is there an efficient way of create a table that shows the number of
missing values in each variable of a data frame?

Right now I am forced to create a new variable, varna<-is.na(df$var), for
each variable of the data frame, bind them to a new data frame and tabulate
it, but surely there is a simpler way?

any help is greatly appreciated,
angelo

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to