R/DataSet9.4.R

#' @title Data for Example 9.4 from Generalized Linear Mixed Models: Modern Concepts, Methods and Applications by Walter W. Stroup
#' @name   DataSet9.4
#' @docType data
#' @keywords datasets
#' @usage data(DataSet9.4)
#' @description DataSet9.4 is used for Relationship between BLUP and Fixed Effect Estimators
#' @format A \code{data.frame} with 32 rows and 3 variables
#' @details
#'        \itemize{
#'        \item a  is a factor with 2 levels
#'        \item b  is a factor with 8 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.4}}
#' @examples
#' data(DataSet9.4)
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.