StroupGLMM
: R Codes and Datasets for Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup
Version : 0.2.0; Copyright (C) 2016-2024: License: GPL-2|GPL-3
-
School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
-
Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan
-
Department of Statistics, University of Nebraska Lincoln, NE, USA
R Codes and Datasets for Stroup, W. W. (2012). Generalized Linear Mixed Models Modern Concepts, Methods and Applications, CRC Press.
The package can be installed from CRAN as follows:
install.packages("StroupGLMM", dependencies = TRUE)
The development version can be installed from github as follows:
if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/StroupGLMM")
To know whats new in this version type:
news(package = "StroupGLMM")
To cite the methods in the package use:
citation("StroupGLMM")
Please, support this project by citing it in your publications!
Yaseen M, Munawar A, Stroup WW, Eskridge KM (2016). _StroupGLMM: R
Codes and Datasets for Generalized Linear Mixed Models: Modern
Concepts, Methods and Applications by Walter W. Stroup_.
A BibTeX entry for LaTeX users is
@Manual{,
title = {StroupGLMM: R Codes and Datasets for Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup},
author = {Muhammad Yaseen and Adeela Munawar and Walter W. Stroup and Kent M. Eskridge},
year = {2016},
journal = {The Comprehensive R Archive Network (CRAN)},
}