From 8625743805cac46e843e35607e9a3f22291b9c2f Mon Sep 17 00:00:00 2001 From: Fabian Hee <45382374+f-meister@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:13:47 +0800 Subject: [PATCH] Update adam/adtte.qmd Co-authored-by: Ross Farrugia <82581364+rossfarrugia@users.noreply.github.com> --- adam/adtte.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adam/adtte.qmd b/adam/adtte.qmd index 13c641e..61b5934 100644 --- a/adam/adtte.qmd +++ b/adam/adtte.qmd @@ -12,7 +12,7 @@ knitr::opts_chunk$set( # Introduction -This article provides a step-by-step explanation for creating an ADaM `ADTTE` (Time-to-Event) dataset with common oncology endpoint parameters using the `{admiral}`, `{admiralonco}`, `{metacore}`, `{metatools}`, and `{xportr}` packages. ADTTE datasets often involve calculating time-to-event variables for endpoints such as Overall Survival (OS) and Progression-Free Survival (PFS). +This article provides a step-by-step explanation for creating an ADaM `ADTTE` (Time-to-Event) dataset with common oncology endpoint parameters using key pharmaverse packages along with tidyverse components. `ADTTE` datasets often involve calculating time-to-event variables for endpoints such as Overall Survival (OS) and Progression-Free Survival (PFS). For the purpose of this example, we will use the `adsl` and `adrs_onco` datasets.