https://github.com/kkholst/gof
Model diagnostics based on cumulative residuals (R package) https://kkholst.github.io/gof/
https://github.com/kkholst/gof
cumulative-residuals generalized-linear-models model-diagnostics r statistical-modeling statistics
Last synced: about 1 month ago
JSON representation
Model diagnostics based on cumulative residuals (R package) https://kkholst.github.io/gof/
- Host: GitHub
- URL: https://github.com/kkholst/gof
- Owner: kkholst
- License: apache-2.0
- Created: 2016-05-30T20:16:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T21:57:25.000Z (almost 6 years ago)
- Last Synced: 2025-07-26T21:22:48.396Z (11 months ago)
- Topics: cumulative-residuals, generalized-linear-models, model-diagnostics, r, statistical-modeling, statistics
- Language: C++
- Homepage:
- Size: 3.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
- Changelog: NEWS
- License: LICENSE
Awesome Lists containing this project
README
#+HTML:
#+HTML:
#+HTML:
#+HTML: 
** Installation
#+BEGIN_SRC R :exports both :eval never
install.packages("gof",dependencies=TRUE)
library("gof")
#+END_SRC
The development version may be installed directly from =github=:
#+BEGIN_SRC R :exports both :eval never
devtools::install_github("kkholst/gof")
#+END_SRC
** COMMENT Citation
To cite that =gof= package please use the following reference
#+BEGIN_QUOTE
Klaus K. Holst and Esben Budtz-Joergensen (2013).
Linear Latent Variable Models: The lava-package.
Computational Statistics 28 (4), pp 1385-1453.
http://dx.doi.org/10.1007/s00180-012-0344-y
#+END_QUOTE
#+BEGIN_SRC bibtex
@Article{lava,
title = {Linear Latent Variable Models: The lava-package},
author = {Klaus K. Holst and Esben Budtz-Joergensen},
year = {2013},
volume = {28},
number = {4},
pages = {1385-1452},
journal = {Computational Statistics},
note = {http://dx.doi.org/10.1007/s00180-012-0344-y},
}
#+END_SRC bibtex
** COMMENT Examples
* COMMENT Setup
#+TITLE: Cumulative Residuals (gof)
#+AUTHOR: Klaus K. Holst
#+PROPERTY: header-args:R :session *R* :cache no :width 550 :height 450
#+PROPERTY: header-args :eval never-export :exports results :results output :tangle yes :comments yes
#+PROPERTY: header-args:R+ :colnames yes :rownames no :hlines yes
#+OPTIONS: timestamp:t title:t date:t author:t creator:nil toc:nil
#+OPTIONS: h:4 num:t tags:nil d:t
#+PROPERTY: comments yes
#+STARTUP: hideall
#+OPTIONS: toc:t h:4 num:nil tags:nil
#+HTML_HEAD:
#+HTML_HEAD:
#+HTML_HEAD: body { background-image: url(http://www.biostat.ku.dk/~kkho/styles/logo.png); }