This package browser is in early development. Mind the rough edges.

r-sjstats

Functions for common statistical computations

This package provides a collection of convenient functions for common statistical computations, which are not directly provided by R's base or stats packages. This package aims at providing, first, shortcuts for statistical measures, which otherwise could only be calculated with additional effort. Second, these shortcut functions are generic, and can be applied not only to vectors, but also to other objects as well. The focus of most functions lies on summary statistics or fit measures for regression models, including generalized linear models, mixed effects models and Bayesian models.

Installation

Install the latest version of r-sjstats as follows:

guix install r-sjstats

Or install a particular version:

guix install r-sjstats@0.19.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-sjstats about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-sjstats'><img src='https://packages.guix.gnu.org/packages/r-sjstats/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-sjstats/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-sjstats)

Example Org:

[[https://packages.guix.gnu.org/packages/r-sjstats][https://packages.guix.gnu.org/packages/r-sjstats/badges/latest-version.svg]]