AnimalINLA is a R-package build on INLA that provides functionality for analyzing 'animal models' / additive genetic models / pedigree based models using INLA. The theory is described in Holand et al (2011) Animal models and Integrated Nested Laplace Approximations (submitted, case study data files available here). Please refer to this paper (or the published version) if you use AnimalINLA. Download Version 1.0: AnimalINLA_1.1 (use .tar.gz for linux and .zip for Windows) You need to install INLA before installing AnimalINLA. Currently you also need the testing-version: inla.upgrade(testing=T).If you experience problems, upgrading R might help. Please contact us (email) if you have any problems using AnimalINLA, or questions about extensions. Installation for Linux / Mac -Start R >install.packages("/directory/AnimalINLA_1.0.tar.gz", repos=NULL) where /directory/ is the directory where you downloaded/saved the package. Installation for Windows Alternative 1: -Start R -Select the Packages menu -Install package from local zip file by find and highlight the location of the zip file - Click on to open - Load package: >library(AnimalINLA) Alternative 2: -Start R >install.packages("/directory/AnimalINLA_1.0.zip", repos=NULL) where /directory/ is the directory where you downloaded/saved the package. > library(AnimalINLA) Old versions |