Nothing
Code
rolling_origin(drinks, initial = 5, lag = 6)
Condition
Error in `rolling_origin()`:
! `lag` must be less than or equal to the number of training observations.
Code
rolling_origin(drinks, lag = 2.1)
Condition
Error in `rolling_origin()`:
! `lag` must be a whole number.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.