Description Usage Arguments Value
Performs one holdout experiment.
1 2 |
data |
full dataset |
tr.perc |
percentage of data used for training. Remaining will be used for testing |
FUN |
function with arguments
|
form |
a formula for model learning |
time |
column name of time-stamp in |
site_id |
column name of location identifier in |
.keepTrain |
if TRUE (default), instead of the results of
|
... |
other arguments to FUN |
The results of FUN. Usually, a data.frame
with location identifier site_id, time-stamp time,
true values trues and the workflow's predictions preds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.