R/codata_combo2.R

#' Dataset: historical and concurrent data on a two-way combination
#'
#' One of two datasets from the application described in Neuenschwander et al
#' (2016). In the study \code{trial_AB}, the risk of DLT was studied as a function of
#' dose for two drugs, drug A and drug B. Historical information on the toxicity
#' profiles of these two drugs is available from single agent trials \code{trial_A}
#' and \code{trial_B}. Another study \code{IIT} was run concurrently to \code{trial_AB}, and
#' studies the same combination. A second dataset \code{hist_combo2} is
#' available from this example, which includes only the data from the single
#' agent studies, prior to the initiation of \code{trial_AB} and \code{IIT}.
#'
#' @format A data frame with 20 rows and 5 variables:
#' \describe{
#'   \item{group_id}{study}
#'   \item{drug_A}{dose of Drug A}
#'   \item{drug_B}{dose of Drug B}
#'   \item{num_patients}{number of patients}
#'   \item{num_toxicities}{number of DLTs}
#'   \item{cohort_time}{cohort number of patients}
#' }
#' @template ref-mac
#'
#' @template start-example
#' @template example-combo2
#' @template stop-example
#'
"codata_combo2"

Try the OncoBayes2 package in your browser

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

OncoBayes2 documentation built on July 26, 2023, 5:30 p.m.