Get covariates from a Matched object

covariates(x, ...)

# S4 method for Matched
covariates(x, ...)

Arguments

x

Matched object.

...

Additional arguments.

Value

A character vector of covariates

Examples

set.seed(123)
mdf <- makeExampleMatchedDataSet(matched = TRUE)
covariates(mdf)
#> [1] "feature2" "feature3"