calculate_na_percentage {vvmover}R Documentation

Calculate NA Percentage

Description

This function calculates the percentage of NA values in a given vector. It also includes a margin of 10%.

Usage

calculate_na_percentage(x, ...)

Arguments

x

A numeric vector.

...

Additional arguments (not used).

Value

A numeric value representing the percentage of NA values in the vector.


[Package vvmover version 1.6.0 Index]