#' @title Data for Example 8.4 from Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup
#' @name DataSet8.4
#' @docType data
#' @keywords datasets
#' @usage data(DataSet8.4)
#' @description DataSet8.4 is used for Multifactor treatment and Multilevel design structures
#' @format A \code{data.frame} with 36 rows and 6 variables.
#' @details
#' \itemize{
#' \item block 9 blocks each consisting of 2 rows and 2 coloumns
#' \item a is a factor with 3 levels assigned at random to rows
#' \item b is a factor with 3 levels assigned at random to columns
#' \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.4}}
#' @examples
#' data(DataSet8.4)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.