Converts a CorrCombo object into a data frame of variable combinations.
Usage
# S3 method for class 'CorrCombo'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)Arguments
- x
A
CorrComboobject.- row.names
Optional row names for the output data frame.
- optional
Logical. Passed to
data.frame().- ...
Additional arguments passed to
data.frame().
Value
A data frame where each row corresponds to a subset of variables. Columns are named
VarName01, VarName02, ..., up to the size of the largest subset. Subsets shorter than the
maximum length are padded with NA.