getConcurrence.DiGGer {DiGGer} | R Documentation |
Get a Treatment-Block or Block-Treatment concurrence table summary for
a DiGGer
experimental design.
## S3 method for class 'DiGGer' getConcurrence(this, phaseNo = 1, objectiveNo = 1, blockNo = 1, type = "Treatment-Block", ...)
this |
A |
phaseNo |
The |
objectiveNo |
The |
blockNo |
The |
type |
Either |
... |
Not used. |
getConcurrence
uses Ntb=table(design,block)
to tabulate
treatment concurrences in blocks then produces the summary table of
the lower triangular matrix Ntb%*%t(Ntb)
for the concurrences
of pairs of treatments within blocks, or t(Ntb)%*%Ntb
for the
number of treatments in common between pairs of blocks.
Table of concurrences
Neil Coombes