#' @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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.