Other packages > Find by keyword >

TMB  

Template Model Builder: A General Random Effect Tool Inspired by 'ADMB'
View on CRAN: Click here


Download and install TMB package within the R console
Install from CRAN:
install.packages("TMB")

Install from Github:
library("remotes")
install_github("cran/TMB")

Install by package version:
library("remotes")
install_version("TMB", "1.9.16")



Attach the package and use:
library("TMB")
Maintained by
Kasper Kristensen
[Scholar Profile | Author Map]
First Published: 2015-10-15
Latest Update: 2023-12-12
Description:
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.
How to cite:
Kasper Kristensen (2015). TMB: Template Model Builder: A General Random Effect Tool Inspired by 'ADMB'. R package version 1.9.16, https://cran.r-project.org/web/packages/TMB. Accessed 04 Apr. 2025.
Previous versions and publish date:
1.6.1 (2015-10-15 15:18), 1.6.2 (2015-10-19 18:07), 1.6.5 (2015-12-03 13:05), 1.6.6 (2016-01-30 10:17), 1.7.0 (2016-03-25 14:27), 1.7.2 (2016-08-09 13:53), 1.7.4 (2016-09-21 11:25), 1.7.5 (2016-11-21 12:01), 1.7.6 (2017-01-16 00:03), 1.7.7 (2017-02-01 08:52), 1.7.8 (2017-02-09 00:47), 1.7.9 (2017-04-12 16:52), 1.7.10 (2017-05-05 23:27), 1.7.11 (2017-08-09 22:42), 1.7.12 (2017-12-11 13:14), 1.7.13 (2018-03-22 22:07), 1.7.14 (2018-06-23 14:02), 1.7.15 (2018-11-09 17:40), 1.7.16 (2020-01-15 14:30), 1.7.17 (2020-07-23 19:20), 1.7.18 (2020-07-27 07:10), 1.7.19 (2021-02-05 18:30), 1.7.20 (2021-04-08 14:20), 1.7.21 (2021-09-06 18:50), 1.7.22 (2021-09-28 11:30), 1.8.0 (2022-03-07 18:40), 1.8.1 (2022-03-23 15:50), 1.9.0 (2022-05-27 14:40), 1.9.1 (2022-08-16 20:00), 1.9.2 (2023-01-23 18:30), 1.9.3 (2023-03-28 17:30), 1.9.4 (2023-04-18 15:50), 1.9.5 (2023-07-18 20:10), 1.9.6 (2023-08-11 14:44), 1.9.7 (2023-11-22 01:40), 1.9.8 (2023-11-27 16:20), 1.9.9 (2023-11-28 08:19), 1.9.10 (2023-12-12 17:40), 1.9.11 (2024-04-03 06:32), 1.9.12 (2024-06-20 01:20), 1.9.13 (2024-06-28 16:10), 1.9.14 (2024-07-03 15:20), 1.9.15 (2024-09-09 21:00), 1.9.16 (2025-01-08 15:50)
Other packages that cited TMB R package
View TMB citation profile
Other R packages that TMB depends, imports, suggests or enhances
Complete documentation for TMB
Downloads during the last 30 days
03/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/02Downloads for TMB4006008001000120014001600180020002200240026002800TrendBars

Today's Hot Picks in Authors and Packages

RMixpanel  
API for Mixpanel
Provides an interface to many endpoints of Mixpanel's Data Export, Engage and JQL API. The R functio ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
PakPMICS2014HH  
Multiple Indicator Cluster Survey (MICS) 2014 Household Questionnaire Data for Punjab, Pakistan
Provides data set and function for exploration of Multiple Indicator Cluster Survey (MICS) 2014 Hous ...
Download / Learn more Package Citations See dependency  
GeDS  
Geometrically Designed Spline Regression
Spline Regression, Generalized Additive Models, and Component-wise Gradient Boosting, utilizing Geo ...
Download / Learn more Package Citations See dependency  
Rexperigen  
R Interface to Experigen
Provides convenience functions to communicate with an Experigen server: Experigen ( ...
Download / Learn more Package Citations See dependency  
perryExamples  
Examples for Integrating Prediction Error Estimation into Regression Models
Examples for integrating package 'perry' for prediction error estimation into regression models. ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA