Input must inherit from tsibble
x You've supplied an object of class <tbl_df/tbl/data.frame>
i See `?tsibble::as_tsibble()` for more information.
Input must be a formula
x You've supplied an object of class <character>:
`pr ~ avg_lower_age + hts(who_subregion, country)`
Formula should be specified with something on the left hand side of `~` and the right hand side:
e.g., `y ~ x + z`
For more details on formula in R, see `?formula`.
formula must contain `hts()` with arguments
i correct = `fit_hts(y ~ x1 + x2 + hts(country, region, continent)`)
x incorrect = `fit_hts(y ~ x1 + x2`)
x incorrect = `fit_hts(y ~ x1 + x2 + hts()`)
Must provide valid likelihood family
x You provided: "gas"
i Did you mean: "gev" and "gp"?
i See `?INLA::inla.models()$likelihood` for all likelihoods
formal argument "family" matched by multiple actual arguments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.