| lfq_fit | R Documentation |
Enables tidyverse-style chaining:
data |> lfq_fit("mlr") |> lfq_forecast(28) |> lfq_score()
lfq_fit(data, engine = "mlr", ...)
data |
An lfq_data object. |
engine |
Engine name. Default |
... |
Passed to |
An lfq_fit object.
data(sarscov2_us_2022)
sarscov2_us_2022 |>
lfq_data(lineage = variant, date = date, count = count, total = total) |>
lfq_fit("mlr") |>
lfq_advantage(generation_time = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.