Skip to contents

make_imputed_distinct_cases() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make imputed distinct cases. The function returns Distinct (a tibble).

Usage

make_imputed_distinct_cases(
  data_tb,
  method_1L_chr = c("first", "sample"),
  uid_1L_chr = "UID_chr"
)

Arguments

data_tb

Data (a tibble)

method_1L_chr

Method (a character vector of length one), Default: c("first", "sample")

uid_1L_chr

Unique identifier (a character vector of length one), Default: 'UID_chr'

Value

Distinct (a tibble)