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

r-dvmisc

Faster computation of common statistics and miscellaneous functions

This package implements faster versions of base R functions (e.g. mean, standard deviation, covariance, weighted mean), mostly written in C++, along with miscellaneous functions for various purposes (e.g. create the histogram with fitted probability density function or probability mass function curve, create the body mass index groups, assess the linearity assumption in logistic regression).

Installation

Install the latest version of r-dvmisc as follows:

guix install r-dvmisc

Or install a particular version:

guix install r-dvmisc@1.1.4

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.