remove_dl_na {metasnf} | R Documentation |
Remove NAs from a data_list object
Description
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 |
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
[Package metasnf version 1.1.2 Index]