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"

Try the ELCIC package in your browser

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

ELCIC documentation built on Feb. 16, 2023, 7:18 p.m.