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

r-insight

Easy access to model information for various model objects

This package provides a tool to provide an easy, intuitive and consistent access to information contained in various R models, like model formulas, model terms, information about random effects, data that was used to fit the model or data from response variables. The package mainly revolves around two types of functions: Functions that find (the names of) information, starting with find_, and functions that get the underlying data, starting with get_. The package has a consistent syntax and works with many different model objects, where otherwise functions to access these information are missing.

Installation

Install the latest version of r-insight as follows:

guix install r-insight

Or install a particular version:

guix install r-insight@1.0.2

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

Example HTML:

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

Example Markdown:

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

Example Org:

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