R/Table1.2.R

#' @title Data for Table1.2 from Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup(p-10)
#' @name   Table1.2
#' @docType data
#' @keywords datasets
#' @usage data(Table1.2)
#' @description Exam1.2 is used to see types of model effects by plotting regression data
#' @format A \code{data.frame} with 36 rows and 5 variables.
#' @details
#'        \itemize{
#'        \item X     have 11 levels in varying intervals from 0 to 48 observed for multiple batches
#'        \item Y     continuous variable observed at each level of X
#'        \item Fav   number of successes
#'        \item N     number of bernoulli trials
#'        \item Batch Batches as 1, 2, 3, 4
#'        }
#' @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{Exam1.2}}
#' @examples
#' data(Table1.2)
NULL
myaseen208/StroupGLMM documentation built on May 10, 2019, 8:28 a.m.