View source: R/getTrainTestObjFun.R
getAndCheckTrainData | R Documentation |
Generate and check train data (start and end dates) from field and simulation data.
getAndCheckTrainData( simData, fieldData, tryOnTestSet = FALSE, TrainFieldStartDate, TestFieldStartDate, verbosity = 0 )
simData |
simulation data, i.e., data used for the simulator, e.g. infections. |
fieldData |
field data, i.e., real-world data. |
tryOnTestSet |
logical, default FALSE. |
TrainFieldStartDate |
Start date of the train data set. |
TestFieldStartDate |
Start date of the test data set. |
verbosity |
Default 0.
Only needed if |
traindata, i.e., list of sim data and field data, checked train data set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.