statsNA(x, bins = 4, printOnly = TRUE)
list
containing the stats. Beware: Function gives only a return value
if printOnly = FALSE.
It is furthermore, important to note, that you are able to choose whether the function returns a list or prints the information only. (see description of parameter "printOnly")
plotNA.distribution
,plotNA.distributionBar
,
plotNA.gapsize
#Example 1: Print stats about the missing data in tsNH4
statsNA(tsNH4)
#Example 2: Return list with stats about the missing data in tsAirgap
statsNA(tsAirgap, printOnly= FALSE)
Run the code above in your browser using DataLab