define_analysis | R Documentation |
Define analysis function meta information for ADaM dataset
define_analysis(meta, name, ...)
meta |
A |
name |
A character value of term name. The term name is used as key to link information. |
... |
Additional variables. |
A metadata object with analysis details defined.
plan <- plan(
analysis = "ae_summary", population = "apat",
observation = c("wk12", "wk24"), parameter = "any;rel;ser"
)
meta_adam(
population = r2rtf::r2rtf_adsl,
observation = r2rtf::r2rtf_adae
) |>
define_plan(plan = plan) |>
define_analysis(
name = "ae_summary",
title = "Summary of Adverse Events"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.