#' @title Data for Example 9.4 from Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup
#' @name DataSet9.4
#' @docType data
#' @keywords datasets
#' @usage data(DataSet9.4)
#' @description DataSet9.4 is used for Relationship between BLUP and Fixed Effect Estimators
#' @format A \code{data.frame} with 32 rows and 3 variables
#' @details
#' \itemize{
#' \item a is a factor with 2 levels
#' \item b is a factor with 8 levels
#' \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{Exam9.4}}
#' @examples
#' data(DataSet9.4)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.