An open API service indexing awesome lists of open source software.

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/

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); }