cmu-delphi / epiforecast-R

R package to implement and visualize several epidemiological forecasting methods.
GNU General Public License v2.0
21 stars 5 forks source link

There is no function called cv.sim #9

Open yijunwang0805 opened 3 years ago

yijunwang0805 commented 3 years ago

Hi,

I am looking at epiforecast 0.0.1 pdf and see that there is a function called cv.sim. I hope to compute leave one out cross validation for each forecasting model.

But when I try to use the function cv.sim, error occurs:

cv.sim(): there is no function called "cv.sim" 
brookslogan commented 3 years ago

The CV functions outlined in cv.R are currently unimplemented, and our CV analysis is performed using functions from cv_apply.R. A complicated example is here.