paired.to.contingency {clust.bin.pair} | R Documentation |
Group results by common clustering then tally the concordant and discordant pairs.
paired.to.contingency(group, t1, t2)
group |
List of grouping values |
t1 |
pre-treatment measures |
t2 |
post-treatment measures |
Contingency tables represented in the rows of a matrix
paired.to.contingency(list(obfuscation$subject, obfuscation$atom),
obfuscation$control, obfuscation$treatment)