fillNA: fill NAs of a column using all other columns (as covariates...

View source: R/fillNA.R

fillNAR Documentation

fill NAs of a column using all other columns (as covariates in a lm)

Description

fill NAs of a column using all other columns (as covariates in a lm)

Usage

fillNA(data, name.fill = NULL, method = "predict")

Arguments

data

a datsa.frame

name.fill

the column name to fill the NAs using all other columns

method

="predict" or a function to be applied to each column of data with at least an NA.


livioivil/r41sqrt10 documentation built on July 29, 2023, 5:40 p.m.