aet05_all_pre | R Documentation |
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
adam_db |
( |
dataset |
( |
... |
not used. |
An object of class chevron_t
of length 1.
the preprocessing function returns a list
of data.frame
.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.