R/data.R

#' lusc
#'
#' @details Patients diagnosed with lung squamous cell lung cancer. 
#' The dataset has been pre-processed to select the clinical variable 
#' of interest and imputed through multiple imputation by chained equations.
#' @name lusc
#' @aliases lusc
#' @docType data
#' @return \item{lusc}{a data frame}
#'
#' @keywords datasets
#' @examples
#' data(lusc)
#' str(lusc)
#' @references
#' The Cancer Genome Atlas TCGA
NULL

#' ic2surv
#'
#' @details These data are the response variables time/status and includes
#'  selected variables by glmnet, either using intclust2 only or the pooled dataset and treatment effects.
#'
#' @name ic2surv
#' @aliases intclust2dat
#' @docType data
#' @return \item{intclust2dat}{a data frame}
#'
#' @keywords datasets
#' @examples
#' data(intclust2dat)
#' str(intclust2dat)
#' @references
#' Pereira, B. et al. Nat. Commun. 7, 2016.
NULL
csetraynor/rstanhaz documentation built on May 9, 2019, 8:14 a.m.