File: performance-package.R

package info (click to toggle)
r-cran-performance 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,860 kB
  • sloc: sh: 13; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#' \code{performance-package}
#'
#' @title performance: An R Package for Assessment, Comparison and Testing of
#' Statistical Models
#'
#' @description
#'
#' A crucial aspect when building regression models is to evaluate the
#' quality of modelfit. It is important to investigate how well models fit
#' to the data and which fit indices to report. Functions to create
#' diagnostic plots or to compute fit measures do exist, however, mostly
#' spread over different packages. There is no unique and consistent
#' approach to assess the model quality for different kind of models.
#'
#' The primary goal of the **performance** package is to fill this gap and
#' to provide utilities for computing **indices of model quality** and
#' **goodness of fit**. These include measures like r-squared (R2), root
#' mean squared error (RMSE) or intraclass correlation coefficient (ICC),
#' but also functions to check (mixed) models for overdispersion,
#' zero-inflation, convergence or singularity.
#'
#' References: Lüdecke et al. (2021) \doi{10.21105/joss.03139}
#'
#' @docType package
#' @name performance-package
#' @aliases performance-package
#' @keywords internal
"_PACKAGE"