-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Background has an na.omit() step before returning the dataframe, which removes rows if any column has NA values.
Ideally, this should only remove rows with NAs in the the covariate columns (those columns named in the covCols attribute), since otherwise it causes problems if there are user-defined columns (#414).
Reactions are currently unavailable