#' ANN breast cancer patients data with high event rate
#'
#' Data contains the time-to-observation or disease free survival time of 5000 patients
#' whose HER2 biomarker data were measured as a binary variable,
#' as well as their censoring showing a rate of ~25% recurrence of distant metastasis
#'
#' @docType data
#'
#' @usage data(ANNbcBMdat1)
#'
#' @format A list containing a matrix `ANNbcBMdat1` with the vectors of `Time` and
#' `CENS` as the outcome and a vector of biomarker `Her2`..
#'
#' @keywords datasets
#'
#'
#' @examples
#' data(ANNbcBMdat1)
#' \donttest{
#' mixcure.penal.est(Surv(Time, CENS == 1) ~ Her2,data=ANNbcBMdat1,init=c(0.5,-0.1,-5,1,0.1), pl=T)
#' }
"ANNbcBMdat1"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.