mean.missing: Calculate the Proportion of NA Values

View source: R/DTWrapper2.R

mean.missingR Documentation

Calculate the Proportion of NA Values

Description

This function calculates the proportion of NA values in a vector.

Usage

## S3 method for class 'missing'
mean(x, ...)

Arguments

x

A vector.

...

Additional arguments.

Value

A numeric value representing the proportion of NA values in the vector x.


DTwrappers2 documentation built on June 22, 2024, 9:17 a.m.