R/DataExam2.B.2.R

#' @title Data for Example 2.B.2 from Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup (p-54)
#' @name   DataExam2.B.2
#' @docType data
#' @keywords datasets
#' @usage data(DataExam2.B.2)
#' @description Exam2.B.2 is used to visualize the effect of glm model statement with binomial data with logit and probit links.
#' @format A \code{data.frame} with 11 rows and 3 variables.
#' @details{
#'        \item{\code{x}}{independent variable}
#'        \item{\code{n}}{bernouli trials(bernouli outcomes on each individual)}
#'        \item{\code{y}}{number of successes on each individual}
#'        }
#'
#' @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
#'    \link{Exam2.B.2}
#'
#' @examples
#' data(DataExam2.B.2)
NULL
myaseen208/StroupGLMM documentation built on May 10, 2019, 8:28 a.m.