impute_bootstrap: Replace missing values

View source: R/impute.R

impute_bootstrapR Documentation

Replace missing values

Description

Replace missing values

Usage

impute_bootstrap(.data, x)

Arguments

.data

a data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr)

x

name of variable to impute on

Value

an object of the same type as .data with missing values in the desired column imputed by random sample from observed values

See Also

impute

Examples

impute_bootstrap(airquality, Ozone)

the-mad-statter/washu documentation built on May 11, 2023, 7:24 p.m.