Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Coherent interface for fitting trends

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

reconverse/trending

Repository files navigation

CRAN statusCodecov test coverageR-CMD-check

Trending

trending aims to provides a coherent interface to several modellingtools. Whilst it is useful in an interactive context, it’s main focus isto provide an intuitive interface on which other packages can bedeveloped(e.g. trendbreaker).

Installing the package

You can install the stable version fromCRAN with:

install.packages("trending")

The development version can be installed fromGitHub with:

if (!require(remotes)) {  install.packages("remotes")}remotes::install_github("reconverse/trending",build_vignettes=TRUE)

Main features

  • Model specification: Interfaces to common models through intuitivefunctions;lm_model(),glm_model(),glm_nb_model andbrms_model*.

  • Model fitting and prediction: Once specified, models can be fit todata and generate confidence and prediction intervals for future datausingfit() andpredict().

  • Error and warning catching: The provided methods forfit andpredict catch all warnings and errors, returning the output andthese captured values in a list.

*   Requiresbrms

Resources

Vignettes

An overview oftrending is provided in the included vignette: *vignette("Introduction", package = "trending")

Getting help online

Bug reports and feature requests should be posted ongithub using theissue system. Allother questions should be posted on theRECON slack channel seehttps://www.repidemicsconsortium.org/forum/ for details on how tojoin.

Acknowledgements

  • Gavin Simpson; Our method to calculate prediction intervals followsone that he described in two posts on hisblog; seepart1andpart2.

  • John Haman and Matthew Avery; Our implementation of predictionintervals was guided by their bootstrapped approach within theciTools package.

About

Coherent interface for fitting trends

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp