construct.design.matrix {speedyBBT} | R Documentation |
Construct the Bradley–Terry design matrix
construct.design.matrix(n.objects)
n.objects |
the number of objects |
design matrix X
#design matrix with 3 objects
X <- construct.design.matrix(3)