View source: R/safety_summary_adam.R
| safety_summary_adam | R Documentation |
Calculate frequency tables based on ADaM data.
safety_summary_adam(
adsl,
adae,
freq_threshold = 0,
na.action = na.fail,
related_terms = c("POSSIBLE", "PROBABLE", "DEFINITELY", "Y")
)
adsl |
ADaM Subject-level analysis data set |
adae |
ADaM Adverse Event data set |
freq_threshold |
a value on a percentage scale at which to remove events if the incidence falls below. Defaults to 0 |
na.action |
a function that indicates what should happen if the data contain missing values. The default is |
related_terms |
The set of terms used in |
It is worth highlighting that the CDISC standards need to be followed.
There must be an ARM variable in the adsl data.
Screen failures must be filtered out. It is up to the user to manipulate the
input data as required.
a list of three data frames: GROUP, SERIOUS, NON_SERIOUS. Each contains the summary statistics required by EudraCT, and is suitable for export.
safety_summary eudract_convert simple_safety_xml
safety_summary_adam(
pharmaverseadam::adsl |> dplyr::filter(ARM != "Screen Failure"),
pharmaverseadam::adae)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.