replace_with_missing_vals: Replace with missing values

replace_with_missing_valsR Documentation

Replace with missing values

Description

replace_with_missing_vals() is a Replace function that edits an object, replacing a specified element with another specified element. Specifically, this function implements an algorithm to replace with missing values. The function is called for its side effects and does not return a value.

Usage

replace_with_missing_vals(data_tbl_tb, synth_data_spine_ls, idx_int)

Arguments

data_tbl_tb

Data table (a tibble)

synth_data_spine_ls

Synthetic data spine (a list)

idx_int

Index (an integer vector)

Value

Synthetic (a table)


ready4-dev/youthvars documentation built on Nov. 15, 2024, 6:02 a.m.