meanImp: A Function to impute means from all other non-NA cells in a...

View source: R/meanImp.R

meanImpR Documentation

A Function to impute means from all other non-NA cells in a column.

Description

A Function to impute means from all other non-NA cells in a column.

Usage

meanImp(x)

Arguments

x

A vector

Examples

data(iris)
meanImp(iris$Petal.Length)

barrenWuffet/convPkg documentation built on Jan. 25, 2024, 9:59 p.m.