R/DataSet9.1.R

#' @title Data for Example 9.1 from Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup
#' @name   DataSet9.1
#' @docType data
#' @keywords datasets
#' @usage data(DataSet9.1)
#' @description DataSet9.1 is used for One-way random effects only model
#' @format A \code{data.frame} with 24 rows and 2 variables.
#' @details
#'        \itemize{
#'        \item a  is a factor with 12 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.1}}
#' @examples
#' data(DataSet9.1)
NULL
myaseen208/StroupGLMM documentation built on Oct. 9, 2024, 11:57 p.m.