btReg
is a wrapper function that creates a "StatModel"
object
with certain fitting parameters passed on to btReg.fit
for fitting
simple Bradley-Terry models.btReg(type = "loglin", ref = NULL, undecided = NULL, position = NULL)
"StatModel"
that fits Bradley-Terry models
with the specified arguments.btReg
is the S4 interface for btReg.fit
so that it
can be used in mob
. The user does not have to
call this directly but can simply use the bttree
interface.bttree
, btReg.fit