| coercion {dembase} | R Documentation |
Coerce concordances to other formats.
## S4 method for signature 'Concordance' as.matrix(x, ...) ## S4 method for signature 'Concordance' as.data.frame( x, row.names = NULL, optional = FALSE, stringsAsFactors = default.stringsAsFactors(), ... ) ## S4 method for signature 'ManyToOne' as.list(x, ...)
x |
|
... |
additional arguments to be passed to or from methods. |
row.names |
|
optional |
Logical. See |
stringsAsFactors |
Whether codes should be represented as factors. |
An matrix, data.frame, or list.