r-tmb 1.9.17
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.
- Outputs:
out
- Website: http://tmb-project.org
- Licenses: GPL 2
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-tmb 1.9.17
as follows:
guix install r-tmb@1.9.17
Or install the latest version:
guix install r-tmb
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.