R/DataSet5.2.R

#' @title Data for Example 5.2 from Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup
#' @name   DataSet5.2
#' @docType data
#' @keywords datasets
#' @usage data(DataSet5.2)
#' @description DataSet5.2 is used for three factor orthogonal main effects only design with sequential fitting of predictors
#' @format A \code{data.frame} with 9 rows and 4 variables.
#' @details
#'        \itemize{
#'        \item a  is predictor variable  with level 0, 1
#'        \item b  is predictor variable  with level 0, 1
#'        \item c  is predictor variable  with level 0, 1
#'        \item y  response variable
#'        }
#' @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.
#'  }
#' @seealso
#'    \code{\link{Exam5.2}}
#' @examples
#' data(DataSet5.2)
NULL
MYaseen208/StroupGLMM documentation built on May 7, 2019, 2:07 p.m.