subset.mitml.list.RdCreates data subsets for a list of multiply imputed data sets.
# S3 method for class 'mitml.list'
subset(x, subset, select, ...)This function can be used to create subsets and select variables for a list of multiply imputed data sets according to the R expressions given in the subset and select arguments.
The function is based on the subset function for regular data sets and works in a similar manner.
Note that subsetting is performed individually for each data set.
For this reason, the cases included may differ across data sets if the variables used for subsetting contain different values.
A list of imputed data sets with class mitml.list.