
AET05_ALL
Table 1 (Default) Adverse Event Rate Adjusted for Patient-Years at Risk - All Occurrences.The AET05_ALL
table produces the standard adverse event rate adjusted for patient-years at risk summary
considering all occurrences.
aet05_all_pre(adam_db, dataset = "adsaftte", ...)aet05_all
the preprocessing function returns a list
of data.frame
.
An object of class chevron_t
of length 1.
(list
of data.frames
) object containing the ADaM
datasets
(string
) the name of a table in the adam_db
object.
not used.
aet05_all_pre()
: Preprocessing
library(dplyr)
library(dunlin)
proc_data <- log_filter(syn_data, PARAMCD == "AETOT1" | PARAMCD == "AEREPTTE", "adsaftte")
run(aet05_all, proc_data)
run(aet05_all, proc_data, conf_level = 0.90, conf_type = "exact")
Run the code above in your browser using DataLab