{"id":28702855,"url":"https://github.com/epiforecasts/qrensemble","last_synced_at":"2026-02-24T01:10:06.283Z","repository":{"id":99744767,"uuid":"266712967","full_name":"epiforecasts/qrensemble","owner":"epiforecasts","description":"Function and example for quantile regression average","archived":false,"fork":false,"pushed_at":"2026-01-29T16:40:08.000Z","size":369,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-30T04:53:19.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epiforecasts.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-25T07:29:03.000Z","updated_at":"2026-01-19T11:41:30.000Z","dependencies_parsed_at":"2024-03-14T11:33:01.931Z","dependency_job_id":"4a3076d7-e95b-4f3b-a22b-81554035001f","html_url":"https://github.com/epiforecasts/qrensemble","commit_stats":null,"previous_names":["epiforecasts/qrensemble"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/epiforecasts/qrensemble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiforecasts%2Fqrensemble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiforecasts%2Fqrensemble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiforecasts%2Fqrensemble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiforecasts%2Fqrensemble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epiforecasts","download_url":"https://codeload.github.com/epiforecasts/qrensemble/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiforecasts%2Fqrensemble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29765743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T21:02:23.375Z","status":"ssl_error","status_checked_at":"2026-02-23T20:58:31.539Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-14T13:05:33.711Z","updated_at":"2026-02-24T01:10:06.256Z","avatar_url":"https://github.com/epiforecasts.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n## Quantile regression average\n\nNB: This is a transient package that will probably be merged into the\n[stackr package](https://github.com/nikosbosse/stackr). \n\n## Installation\n\nThe stable version of the package can be installed using\n```{r eval=FALSE}\ninstall.packages(\"qrensemble\", repos = \"https://epiforecasts.r-universe.dev/\")\n```\n\nThe development version can be installed using `pak`\n```{r eval=FALSE}\npak::pak(\"epiforecasts/qrensemble\")\n```\n\n### calculate QRA\n\nCreate an ensemble for each location, and separately for cases and deaths, for the 24th of July 2021\n```{r}\nlibrary(\"qrensemble\")\nlibrary(\"scoringutils\")\nexample_quantile |\u003e\n  as_forecast_quantile() |\u003e\n  qra(\n    group = c(\"target_type\", \"location\", \"location_name\"),\n    target = c(target_end_date = \"2021-07-24\")\n  )\n```\n\n## Contributors\n\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\nAll contributions to this project are gratefully acknowledged using the [`allcontributors` package](https://github.com/ropensci/allcontributors) following the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!\n\n### Code\n\n\n\u003ca href=\"https://github.com/epiforecasts/qrensemble/commits?author=sbfnk\"\u003esbfnk\u003c/a\u003e, \n\u003ca href=\"https://github.com/epiforecasts/qrensemble/commits?author=seabbs\"\u003eseabbs\u003c/a\u003e\n\n\n\n### Issues\n\n\n\u003ca href=\"https://github.com/epiforecasts/qrensemble/issues?q=is%3Aissue+commenter%3Anikosbosse\"\u003enikosbosse\u003c/a\u003e\n\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepiforecasts%2Fqrensemble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepiforecasts%2Fqrensemble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepiforecasts%2Fqrensemble/lists"}