mean.missing {DTwrappers2}R 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.


[Package DTwrappers2 version 0.0.3 Index]