bootGOF: Bootstrap Based Goodness-of-Fit Tests

Bootstrap based goodness-of-fit tests. It allows to perform rigorous statistical tests to check if a chosen model family is correct based on the marked empirical process. The implemented algorithms are described in (Dikta and Scheer (2021) <doi:10.1007/978-3-030-73480-0>) and can be applied to generalized linear models without any further implementation effort. As far as certain linearity conditions are fulfilled the resampling scheme are also applicable beyond generalized linear models. This is reflected in the software architecture which allows to reuse the resampling scheme by implementing only certain interfaces for models that are not supported natively by the package.

Version: 0.1.1
Imports: checkmate (≥ 2.0.0), R6 (≥ 2.4.1)
Suggests: covr, roxygen2, pkgdown, tinytest, mockery, knitr, rmarkdown, minpack.lm, MASS
Published: 2025-08-28
DOI: 10.32614/CRAN.package.bootGOF
Author: Marsel Scheer [aut, cre], Gerhard Dikta [aut]
Maintainer: Marsel Scheer <scheer at freescience.de>
BugReports: https://github.com/MarselScheer/bootGOF/issues
License: GPL-3
URL: https://github.com/MarselScheer/bootGOF
NeedsCompilation: no
Materials: README, NEWS
CRAN checks: bootGOF results

Documentation:

Reference manual: bootGOF.html , bootGOF.pdf
Vignettes: Architecture (source, R code)
New-Models (source, R code)

Downloads:

Package source: bootGOF_0.1.1.tar.gz
Windows binaries: r-devel: bootGOF_0.1.1.zip, r-release: bootGOF_0.1.0.zip, r-oldrel: bootGOF_0.1.1.zip
macOS binaries: r-release (arm64): bootGOF_0.1.0.tgz, r-oldrel (arm64): bootGOF_0.1.0.tgz, r-release (x86_64): bootGOF_0.1.1.tgz, r-oldrel (x86_64): bootGOF_0.1.1.tgz
Old sources: bootGOF archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=bootGOF to link to this page.