R/AMLclin.R

#' Clinical outcomes for AML TARGET Project
#' 
#' A dataset with subject identifier, survival time, and death indicator for 123 pediatric AML patients
#' 
#' @format A data frame with 123 rows and 3 columns
#' \describe{
#'   \item{ID}{TARGET project patient identifier}
#'   \item{stime}{years of survival time from diagnosis in years}
#'   \item{evnt}{indicates whether death has been observed (TRUE = death; FALSE = living)}
#' }
#' @source obtained from \url{ftp://caftpd.nci.nih.gov/pub/OCG-DCC/TARGET/AML/clinical/harmonized/}
"AMLclin"
nsahr/gMRPP documentation built on Nov. 4, 2019, 10:10 p.m.