FNAIVE | R Documentation |
FNAIVE()
returns an random walk functional model applied to the formula's response variable as a function of age.
FNAIVE(formula, ...)
formula |
Model specification. |
... |
Not used. |
A model specification.
Rob J Hyndman
fnaive <- aus_mortality |>
dplyr::filter(State == "Victoria", Sex == "female") |>
model(fit = FNAIVE(Mortality))
report(fnaive)
autoplot(fnaive) + ggplot2::scale_y_log10()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.