Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a FAQ man page #46

Open
nicholasjclark opened this issue Apr 14, 2024 · 0 comments
Open

Write a FAQ man page #46

nicholasjclark opened this issue Apr 14, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@nicholasjclark
Copy link
Owner

nicholasjclark commented Apr 14, 2024

The {mgcv} equivalent is very useful, though not widely known about: https://www.rdocumentation.org/packages/mgcv/versions/1.9-1/topics/mgcv.FAQ. Things to cover

  1. How to compare models using loo_compare() and lfo_cv() (loo less reliable for models with autoregressive processes; use in initial model development and comparison before adding latent dynamics, or stick with lfo)
  2. How to extract posterior estimates
  3. How to model seasonality (options include cyclic smooths and discussion of knot placement, or fourier terms)
  4. How to model time-varying seasonality, and time-varying periodicity
  5. Dealing with irregularly sampled time series (options include GPs and continuous time AR models)
  6. How to report results from mvgam() models (point to the blog post on using {marginaleffects} but caution that this doesn't yet work with linear functionals)
  7. How to check model assumptions (residual plots and ppc_check())
  8. How to choose k
@nicholasjclark nicholasjclark added the documentation Improvements or additions to documentation label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant