nested.to.contingency {clust.bin.pair} | R Documentation |
Sum all concordant and discordant pairs from each nested group into a contingency table.
nested.to.contingency(t1, t2)
t1 |
lists of pre-treatment measures |
t2 |
lists of post-treatment measures |
Contingency tables represented in the rows of a matrix
nested.to.contingency(thyroids$x.pet, thyroids$x.spect)