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.
- Versions: 1.0.2
- Website: https://easystats.github.io/insight/
- Licenses: GPL 3
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]