R/DataSet9.1.R

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