updatePredictions: Update predictions

View source: R/main.R

updatePredictionsR Documentation

Update predictions

Description

Update predictions

Usage

updatePredictions(
  data_dir = getOption("HockeyModel.prediction.path"),
  scores = HockeyModel::scores,
  schedule = HockeyModel::schedule,
  params = NULL
)

Arguments

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


pbulsink/HockeyModel documentation built on Dec. 16, 2024, 8:03 a.m.