Description Usage Arguments Value Examples
Report summary of NA values and their Indices. Iterates over the columns of a data.frame or matrix and returns descriptive summary of NA values
1 | findna(dat)
|
dat |
|
(list)
object with the following values:
'NA' A vector
No.
The Number of NA
P
The percentage as a decimal: the number of NA values / the total number of values for each column.
Indices
The indices of the row numbers that contain NA in that column, useful for locating NA and examining adjacent data.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.