updatePredictions | R Documentation |
Update predictions
updatePredictions(
data_dir = getOption("HockeyModel.prediction.path"),
scores = HockeyModel::scores,
schedule = HockeyModel::schedule,
params = NULL
)
data_dir |
directory of predictions |
scores |
HockeyModel::scores or a custom value |
schedule |
HockeyModel::schedule or a custom value |
params |
The named list containing m, rho, beta, eta, and k. See updateDC for information on the params list |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.