hutils (version 1.5.0)

mean_na: Proportion of values that are NA.

Description

Proportion of values that are NA.

Usage

mean_na(v)

Arguments

v

A vector.

Value

A double, mean(is.na(v)).