Filter missing records in data in the time and y variables, with informative message.
filterMissingInVar(
data,
var,
varLab = getLabelVar(var, labelVars = labelVars),
labelVars = NULL
)
Update data with filtered records + message in the console.
Data.frame with data.
String with variable of interest.
String, label for var
.
Named character vector with variable labels (names are the variable code)
Laure Cougnaud