metric_single_na: Compute single NA metric for each column

View source: R/metrics.R

metric_single_naR 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.


dropout documentation built on Nov. 2, 2024, 1:12 a.m.