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

r-residualmatrix

Create a DelayedMatrix of regression residuals

This package implements tools for delayed computation of a matrix of residuals after fitting a linear model to each column of an input matrix. It also supports partial computation of residuals where selected factors are to be preserved in the output matrix. It implements a number of efficient methods for operating on the delayed matrix of residuals, most notably matrix multiplication and calculation of row/column sums or means.

Installation

Install the latest version of r-residualmatrix as follows:

guix install r-residualmatrix

Or install a particular version:

guix install r-residualmatrix@1.16.0

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

Example HTML:

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

Example Markdown:

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

Example Org:

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