knitr::opts_chunk$set( collapse = TRUE, comment = "", fig.path = "inst/extdata/" )
StroupGLMM
: R Codes and Datasets for Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroupr getNamespaceVersion("StroupGLMM")
; Copyright (C) 2016-2024: License: GPL-2|GPL-3School 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
dver <- ifelse(test = gsub("(.\\.)(\\d+)(\\..)", "", getNamespaceVersion("StroupGLMM")) != "", yes = getNamespaceVersion("StroupGLMM"), no = gsub("Version:\\s*", "", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/StroupGLMM", "/master/DESCRIPTION"))[grep("Version:", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/StroupGLMM", "/master/DESCRIPTION")))])) cat(paste("[](https://github.com/myaseen208/StroupGLMM)", sep = ""))
r gsub("(<doi:)(.+)(>)", "[doi:\\2](https://doi.org/\\2)", gsub("\\n", " ", packageDescription("StroupGLMM", fields = "Description")))
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")
StroupGLMM
To cite the methods in the package use:
citation("StroupGLMM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.