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).
- Versions: 1.1.4
- Website: https://cran.r-project.org/web/packages/dvmisc/
- Licenses: GPL 2
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
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.
Badge code
You can use the following badge to inform users of r-dvmisc about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-dvmisc'><img src='https://packages.guix.gnu.org/packages/r-dvmisc/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-dvmisc/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-dvmisc)
Example Org:
[[https://packages.guix.gnu.org/packages/r-dvmisc][https://packages.guix.gnu.org/packages/r-dvmisc/badges/latest-version.svg]]