dcPredictMultipleDays | R Documentation |
For catching up on daily predictions
dcPredictMultipleDays(
start = as.Date(getSeasonStartDate()),
end = Sys.Date(),
scores = HockeyModel::scores,
schedule = HockeyModel::schedule,
filedir = getOption("HockeyModel.prediction.path"),
nsims = 1e+05,
cores = NULL,
likelihood_graphic = TRUE
)
start |
First day to predict. Default start of season |
end |
Last day to predict. Default today |
scores |
HockeyModel::scores |
schedule |
HockeyModel::schedule |
filedir |
Where to save prediction files. |
nsims |
number of simulations to run |
cores |
number of cores in parallel to simulate on |
likelihood_graphic |
Whether to call for creation of likelihood graphic. Default True |
true, if successful
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.