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