elo.fitted {elo} | R Documentation |
Extract model values from elo
functions.
## S3 method for class 'elo.run' fitted(object, ...) ## S3 method for class 'elo.run' residuals(object, ...) ## S3 method for class 'elo.running' fitted(object, running = TRUE, ...) ## S3 method for class 'elo.glm' fitted(object, ...) ## S3 method for class 'elo.markovchain' fitted(object, ...) ## S3 method for class 'elo.winpct' fitted(object, ...)
object |
An object. |
... |
Other arguments |
running |
logical, denoting whether to use the running predicted values. |