{"id":28313967,"url":"https://github.com/kkholst/gof","last_synced_at":"2026-05-15T21:35:15.467Z","repository":{"id":66359360,"uuid":"60036551","full_name":"kkholst/gof","owner":"kkholst","description":"Model diagnostics based on cumulative residuals (R package) https://kkholst.github.io/gof/","archived":false,"fork":false,"pushed_at":"2020-09-09T21:57:25.000Z","size":3651,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T21:22:48.396Z","etag":null,"topics":["cumulative-residuals","generalized-linear-models","model-diagnostics","r","statistical-modeling","statistics"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkholst.png","metadata":{"files":{"readme":"README.org","changelog":"NEWS","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2016-05-30T20:16:43.000Z","updated_at":"2020-05-16T18:03:27.000Z","dependencies_parsed_at":"2023-02-22T03:45:36.048Z","dependency_job_id":null,"html_url":"https://github.com/kkholst/gof","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kkholst/gof","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkholst%2Fgof","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkholst%2Fgof/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkholst%2Fgof/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkholst%2Fgof/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkholst","download_url":"https://codeload.github.com/kkholst/gof/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkholst%2Fgof/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cumulative-residuals","generalized-linear-models","model-diagnostics","r","statistical-modeling","statistics"],"created_at":"2025-05-24T19:09:12.585Z","updated_at":"2026-05-15T21:35:15.462Z","avatar_url":"https://github.com/kkholst.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+HTML: \u003ca href=\"https://travis-ci.org/kkholst/gof\"\u003e\u003cimg src=\"https://travis-ci.org/kkholst/gof.svg?branch=master\"\u003e\u003c/a\u003e\n#+HTML: \u003ca href=\"https://codecov.io/github/kkholst/gof?branch=master\"\u003e\u003cimg src=\"https://codecov.io/github/kkholst/gof/coverage.svg?branch=master\"\u003e\u003c/a\u003e\n#+HTML: \u003ca href=\"http://cran.rstudio.com/web/packages/gof/index.html\"\u003e\u003cimg src=\"http://www.r-pkg.org/badges/version/gof\"\u003e\u003c/a\u003e\n#+HTML: \u003ca href=\"http://cranlogs.r-pkg.org/downloads/total/last-month/gof\"\u003e\u003cimg src=\"http://cranlogs.r-pkg.org/badges/gof\"\u003e\u003c/a\u003e\n\n\n** Installation\n#+BEGIN_SRC R :exports both :eval never\ninstall.packages(\"gof\",dependencies=TRUE)\nlibrary(\"gof\")\n#+END_SRC\n\nThe development version may be installed directly from =github=:\n#+BEGIN_SRC R :exports both :eval never\ndevtools::install_github(\"kkholst/gof\")\n#+END_SRC\n\n** COMMENT Citation\n\nTo cite that =gof= package please use the following reference\n\n#+BEGIN_QUOTE\n  Klaus K. Holst and Esben Budtz-Joergensen (2013).\n  Linear Latent Variable Models: The lava-package.\n  Computational Statistics 28 (4), pp 1385-1453.\n  http://dx.doi.org/10.1007/s00180-012-0344-y\n#+END_QUOTE\n\n#+BEGIN_SRC bibtex\n  @Article{lava,\n    title = {Linear Latent Variable Models: The lava-package},\n    author = {Klaus K. Holst and Esben Budtz-Joergensen},\n    year = {2013},\n    volume = {28},\n    number = {4},\n    pages = {1385-1452},\n    journal = {Computational Statistics},\n    note = {http://dx.doi.org/10.1007/s00180-012-0344-y},\n  }\n#+END_SRC bibtex\n\n** COMMENT Examples\n\n\n\n* COMMENT Setup\n\n#+TITLE: Cumulative Residuals (gof)\n#+AUTHOR: Klaus K. Holst\n#+PROPERTY: header-args:R  :session *R* :cache no :width 550 :height 450\n#+PROPERTY: header-args  :eval never-export :exports results :results output :tangle yes :comments yes\n#+PROPERTY: header-args:R+ :colnames yes :rownames no :hlines yes\n#+OPTIONS: timestamp:t title:t date:t author:t creator:nil toc:nil\n#+OPTIONS: h:4 num:t tags:nil d:t\n#+PROPERTY: comments yes\n#+STARTUP: hideall\n#+OPTIONS: toc:t h:4 num:nil tags:nil\n#+HTML_HEAD: \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"http://www.biostat.ku.dk/~kkho/styles/orgmode2.css\"/\u003e\n#+HTML_HEAD: \u003clink rel=\"icon\" type=\"image/x-icon\" href=\"http://www.biostat.ku.dk/~kkho/styles/logo.ico\"/\u003e\n#+HTML_HEAD: \u003cstyle type=\"text/css\"\u003ebody { background-image: url(http://www.biostat.ku.dk/~kkho/styles/logo.png); }\u003c/style\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkholst%2Fgof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkholst%2Fgof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkholst%2Fgof/lists"}