R/Experimental.R

#' Nivolumab KM data used for reconstructing PFS KM curve
#'
#' Kaplan-Meier (KM) survival data for the experimental arm (nivolumab) extracted from a published figure using PlotDigitizer. This dataset is used to reconstruct the progression-free survival (PFS) KM curve in the CheckMate 017 study.
#'
#' @format A data frame with two variables:
#' \describe{
#'   \item{time}{Numeric. Time points (in months).}
#'   \item{survival}{Numeric. Estimated survival probabilities at corresponding time points.}
#' }
#' @usage data(Experimental)
#' @examples
#' data(Experimental)
#' head(Experimental)
"Experimental"

Try the DTEBOP2 package in your browser

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

DTEBOP2 documentation built on June 8, 2025, 1:24 p.m.