r-tmb
Template model builder: a general random effect tool
With this tool, a user should be able to quickly implement complex random effect models through simple C++ templates. The package combines CppAD
(C++ automatic differentiation), Eigen
(templated matrix-vector library) and CHOLMOD
(sparse matrix routines available from R) to obtain an efficient implementation of the applied Laplace approximation with exact derivatives. Key features are: Automatic sparseness detection, parallelism through BLAS and parallel user templates.
- Versions: 1.9.17
- Website: http://tmb-project.org
- Licenses: GPL 2
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-tmb
as follows:
guix install r-tmb
Or install a particular version:
guix install r-tmb@1.9.17
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-tmb about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-tmb'><img src='https://packages.guix.gnu.org/packages/r-tmb/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-tmb)
Example Org:
[[https://packages.guix.gnu.org/packages/r-tmb][https://packages.guix.gnu.org/packages/r-tmb/badges/latest-version.svg]]