R/temp_data.R

#' @title Sample data set for testing functions
#'
#' @description A simple \code{data frame} that is for simple testing and runing exmaples.
#'
#' @format A \code{data frame} with 3 columns, which are:
#' \describe{
#' \item{x1}{Normal random variable}
#' \item{x2}{Normal random variable with mean 4 and variance 2}
#' \item{cls}{Categorical variable with 5 groups}
#' \item{y}{Outcome that is created using x1 and \code{x2}}
#' }
"temp_data"
niroshar/hglmbc2 documentation built on Oct. 27, 2020, 2:22 a.m.