covariates {nullranges} | R Documentation |
Get covariates from a Matched object
covariates(x, ...) ## S4 method for signature 'Matched' covariates(x, ...)
x |
Matched object. |
... |
Additional arguments. |
A character vector of covariates
set.seed(123) mdf <- makeExampleMatchedDataSet(matched = TRUE) covariates(mdf)