Get covariates from a Matched object
covariates(x, ...)
# S4 method for class 'Matched'
covariates(x, ...)
A character vector of covariates
set.seed(123)
mdf <- makeExampleMatchedDataSet(matched = TRUE)
covariates(mdf)
#> [1] "feature2" "feature3"