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).
Backgroundhas anna.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
covColsattribute), since otherwise it causes problems if there are user-defined columns (#414).