r-performance
Assessment of regression models performance
This package provides utilities for computing measures to assess model quality, which are not directly provided by R's base
or stats
packages. These include e.g. measures like r-squared, intraclass correlation coefficient, root mean squared error or functions to check models for overdispersion, singularity or zero-inflation and more. Functions apply to a large variety of regression models, including generalized linear models, mixed effects models and Bayesian models.
- Versions: 0.13.0
- Website: https://easystats.github.io/performance/
- Licenses: GPL 3
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-performance
as follows:
guix install r-performance
Or install a particular version:
guix install r-performance@0.13.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-performance about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-performance'><img src='https://packages.guix.gnu.org/packages/r-performance/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-performance)
Example Org:
[[https://packages.guix.gnu.org/packages/r-performance][https://packages.guix.gnu.org/packages/r-performance/badges/latest-version.svg]]