r-dvmisc 1.1.4
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).
- 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 r-dvmisc 1.1.4
as follows:
guix install r-dvmisc@1.1.4
Or install the latest version:
guix install r-dvmisc
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.