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. Stroup

Version : r getNamespaceVersion("StroupGLMM"); Copyright (C) 2016-2024: License: GPL-2|GPL-3
Muhammad Yaseen^1,2^, Adeela Munawar^2^, Walter W. Stroup^3^, and Kent M. Eskridge^3^
  1. School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA

  2. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan

  3. Department of Statistics, University of Nebraska Lincoln, NE, USA


minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

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("[![develVersion](https://img.shields.io/badge/devel%20version-", dver, "-orange.svg)](https://github.com/myaseen208/StroupGLMM)", sep = ""))

Project Status: WIP lifecycle Last-changedate


Description

r gsub("(<doi:)(.+)(>)", "[doi:\\2](https://doi.org/\\2)", gsub("\\n", " ", packageDescription("StroupGLMM", fields = "Description")))

Installation

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")

What's new

To know whats new in this version type:

news(package = "StroupGLMM")

Links

CRAN page

Github page

Documentation website

Citing StroupGLMM

To cite the methods in the package use:

citation("StroupGLMM")


myaseen208/StroupGLMM documentation built on Oct. 9, 2024, 11:57 p.m.