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

r-desctools

Tools for descriptive statistics

This package provides a collection of miscellaneous basic statistic functions and convenience wrappers for efficiently describing data. The author's intention was to create a toolbox, which facilitates the (notoriously time consuming) first descriptive tasks in data analysis, consisting of calculating descriptive statistics, drawing graphical summaries and reporting the results. The package contains furthermore functions to produce documents using MS Word (or PowerPoint) and functions to import data from Excel. Many of the included functions can be found scattered in other packages and other sources written partly by Titans of R. The reason for collecting them here, was primarily to have them consolidated in ONE instead of dozens of packages (which themselves might depend on other packages which are not needed at all), and to provide a common and consistent interface as far as function and arguments naming, NA handling, recycling rules etc. are concerned. Google style guides were used as naming rules (in absence of convincing alternatives). The BigCamelCase style was consequently applied to functions borrowed from contributed R packages as well.

Installation

Install the latest version of r-desctools as follows:

guix install r-desctools

Or install a particular version:

guix install r-desctools@0.99.59

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-desctools about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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