View source: R/CountCompCases.R
CountCompCases | R Documentation |
Count Complete Cases
Return for each variable of a data frame the number of missing values and the complete cases to be expected if this variable would be omitted.
CountCompCases(x)
x |
a data.frame containg the data. |
A list with three elements. The first gives the number of rows, the
second the number of complete cases for the whole data frame. The third
element tab
contains the data for the single variables.
Andri Signorell andri@signorell.net
PlotMiss
, CompleteColumns
,
complete.cases
, is.na
, na.omit
CountCompCases(d.pizza)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.