Materials for FSH 507 "Spatio-temporal models for ecologists" in Spring quarter 2016 at University of Washington
- C++ functions in TMB can be searched here: http://kaskr.github.io/adcomp/index.html
- The GitHub Wiki contains useful information
Please try to install TMB using one of these methods (I recommend trying #1 first, then trying #2 if #1 fails, etc.)
- Using the standard package install command
install.packages("TMB")- Following directions on their homepage
- Using a custom R command
install_github("kaskr/adcomp/TMB")