Remove subjects from dataset if they have no observed values
Source:R/mcmc.R
remove_if_all_missing.Rd
This function takes a data.frame
with variables visit
, outcome
& subjid
.
It then removes all rows for a given subjid
if they don't have any non-missing
values for outcome
.