Skip to contents

Remove NAs from a data_list object

Usage

remove_dl_na(data_list, return_missing = FALSE)

Arguments

data_list

A nested list of input data from generate_data_list().

return_missing

If TRUE, function returns a list where the first element is the data_list and the second element is a vector of unique IDs of patients who were removed during the complete data filtration step.

Value

data_list A data_list without NAs