Impute.NA.Mean: Impute Missing Values with Mean

View source: R/other_functions.R

Impute.NA.MeanR Documentation

Impute Missing Values with Mean

Description

This function fills NA values with mean value.

Usage

Impute.NA.Mean(x)

Arguments

x

numeric. a numeric vector.

Value

A numeric vector.

Author(s)

Omer Kara

Examples

Impute.NA.Mean(c(1:5, rep(NA, 1)))


omerkara/okara documentation built on Nov. 21, 2023, 7:56 p.m.