na_min: na_min

Description Usage Arguments Value See Also

View source: R/na_min.R

Description

Replace NA values with the min

Usage

1
na_min(x)

Arguments

x

numeric; vector to have NA values replaced.

Replaces NA values with the min of the series. Will return NA if all the values are NA

Value

A vector of the same length as x with NA replaced by the min

See Also

na_replace, na_max


decisionpatterns/na.actions documentation built on Aug. 25, 2020, 8:04 p.m.