R/data_glmsimdata.R

#' Data simulated for variable selection under GLM framework
#'
#'
#' @docType data
#'
#' @usage data(glmsimdata)
#'
#' @format An object of class \code{"list"}
#' \describe{
#'  \item{y}{The outcome generated from Negative Binomial distribution with the dispersion parameter parameter=2}
#'  \item{x}{A covariate matrix, of which the first column are all ones and rest columns contain normally distributed
#'  values}
#' }
#' @references This data set was artificially created for the ELCIC package.
#' @keywords datasets
#' @examples
#'
#' data(glmsimdata)
#' glmsimdata$y
#'
"glmsimdata"
chencxxy28/ELCIC documentation built on Feb. 28, 2023, 9:08 p.m.