metric_single_na {dropout} | R Documentation |
Compute single NA metric for each column
Description
This function calculates the total number of single NAs for each column.
Usage
metric_single_na(c_output)
Arguments
c_output |
A list containing output data to compute the single NA metric. |
Value
A vector of single NA values.
[Package dropout version 2.2.0 Index]