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

r-broom

Convert statistical analysis objects into tidy data frames

This package provides tools to convert statistical analysis objects from R into tidy data frames, so that they can more easily be combined, reshaped and otherwise processed with tools like dplyr, tidyr and ggplot2. The package provides three S3 generics: tidy, which summarizes a model's statistical findings such as coefficients of a regression; augment, which adds columns to the original data such as predictions, residuals and cluster assignments; and glance, which provides a one-row summary of model-level statistics.

Installation

Install the latest version of r-broom as follows:

guix install r-broom

Or install a particular version:

guix install r-broom@1.0.7

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

Example HTML:

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

Example Markdown:

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

Example Org:

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