R/DataSet4.1.R

#' @title Data for Example 4.1 from Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup
#' @name   DataSet4.1
#' @docType data
#' @keywords datasets
#' @usage data(DataSet4.1)
#' @description DataSet4.1 comes from Cochran and Cox (1957) Experimental Design
#' @format A \code{data.frame} with 60 rows and 3 variables.
#' @details
#'        \itemize{
#'        \item blocks 15 blocks in an incomplete block desgin
#'        \item trt    treatments representing incomplete block desgin
#'        \item y      is continuous & may be assumed Gaussian
#'        }
#' @author \enumerate{
#'          \item  Muhammad Yaseen (\email{myaseen208@@gmail.com})
#'          \item 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.
#' \item Cochran, W. G., & Cox, G. M. (1957). \emph{Experimental designs}.
#'  }
#' @seealso
#'    \code{\link{Exam4.1}}
#' @examples
#' data(DataSet4.1)
NULL
myaseen208/StroupGLMM documentation built on May 10, 2019, 8:28 a.m.