R/DataSet8.1.R

#' @title Data for Example 8.1 from Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup
#' @name   DataSet8.1
#' @docType data
#' @keywords datasets
#' @usage data(DataSet8.1)
#' @description DataSet8.1 is used for Nested factorial structure
#' @format A \code{data.frame} with 30 rows and 4 variables.
#' @details
#'        \itemize{
#'        \item block  10 blocks
#'        \item trt    6 treatments nested within sets
#'        \item set    2 sets
#'        \item y      is a Gaussian response variable
#'        }
#' @author Muhammad Yaseen (\email{myaseen208@@gmail.com})
#'         Adeela Munawar (\email{adeela.uaf@@gmail.com})
#' @references \enumerate{
#' \item Stroup, W. W. (2012).\emph{Generalized linear Mixed Models: Modern Concepts, Methods and Applications}.
#'              CRC press.
#'  }
#' @seealso
#'    \code{\link{Exam8.1}}
#' @examples
#' data(DataSet8.1)
NULL

Try the StroupGLMM package in your browser

Any scripts or data that you put into this service are public.

StroupGLMM documentation built on Oct. 2, 2024, 1:07 a.m.