construct.design.matrix {speedyBBT} | R Documentation |
Construct the Bradley–Terry design matrix
Description
Construct the Bradley–Terry design matrix
Usage
construct.design.matrix(n.objects)
Arguments
n.objects |
the number of objects |
Value
design matrix X
Examples
#design matrix with 3 objects
X <- construct.design.matrix(3)
[Package speedyBBT version 1.0 Index]