R/DataSet9.2.R

#' @title Data for Example 9.2 from Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup
#' @name   DataSet9.2
#' @docType data
#' @keywords datasets
#' @usage data(DataSet9.2)
#' @description DataSet9.2 is used for Two way random effects nested model
#' @format A \code{data.frame} with 28 rows and 3 variables with levels of b nested within levels of.
#' @details
#'        \itemize{
#'        \item a  is a factor with 7 levels
#'        \item b  is a factor with 2 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.2}}
#' @examples
#' data(DataSet9.2)
NULL

Try the StroupGLMM package in your browser

Any scripts or data that you put into this service are public.

StroupGLMM documentation built on Oct. 2, 2024, 1:07 a.m.