Skip to contents

Provides template variable names for common clinical trial analysis scenarios.

Usage

get_cdisc_template(scenario = "efficacy")

Arguments

scenario

Character string specifying the analysis scenario. Options: "efficacy", "safety", "pk" (pharmacokinetics), "biomarker".

Value

Character vector of recommended variable names.

Examples

efficacy_vars <- get_cdisc_template("efficacy")
safety_vars <- get_cdisc_template("safety")