Description
Linear Mixed Models - An Introduction with Applications in Veterinary Research.
Description
R Codes and Datasets for Duchateau, L. and Janssen, P. and Rowlands, G. J. (1998). Linear Mixed Models. An Introduction with applications in Veterinary Research. International Livestock Research Institute.
README.md
VetResearchLMM
Introduction
VetResearchLMM has R codes and data sets for Linear Mixed Models: An Introduction with applications in Veterinary Research by Duchateau, L. and Janssen, P. and Rowlands, G. J.
Installation
Stable Version
Stable version of the package avialabe on CRAN can be installed using:
install.packages('VetResearchLMM')
Development Version
Development version of the package avialabe on Github can be installed using:
if(!require("devtools")) install.packages("devtools")
devtools::install_github('MYaseen208/VetResearchLMM', build_vignettes = TRUE)
License
This package is free and open source software, licensed under GPL.