elo.model.frame {elo} | R Documentation |
elo
functionsA helper function to create the model.frame
for many elo
functions.
elo.model.frame(formula, data, na.action, subset, k = NULL, ..., required.vars = "elos")
formula |
A formula. See the help page for formulas for details. |
data |
A |
na.action |
A function which indicates what should happen when the data contain NAs. |
subset |
An optional vector specifying a subset of observations. |
k |
A constant k-value (or a vector, where appropriate). |
... |
Other arguments (not in use at this time). |
required.vars |
One or more of |
elo.run
, elo.calc
, elo.update
, elo.prob