paired.to.contingency {clust.bin.pair} | R Documentation |
Convert between paired results and the canonical contingency tables
Description
Group results by common clustering then tally the concordant and discordant pairs.
Usage
paired.to.contingency(group, t1, t2)
Arguments
group |
List of grouping values |
t1 |
pre-treatment measures |
t2 |
post-treatment measures |
Value
Contingency tables represented in the rows of a matrix
Examples
paired.to.contingency(list(obfuscation$subject, obfuscation$atom),
obfuscation$control, obfuscation$treatment)
[Package clust.bin.pair version 0.1.2 Index]