ae_table | R Documentation |
Takes a data frame of adverse events and produces the number of events and number and percentage of individuals with an adverse event.
ae_table(df, ..., group, ID, N, accuracy = 0.1, total = FALSE)
df |
Data Frame |
... |
Variables to be summarised |
group |
Variable that defines the grouping |
ID |
Variable that defines the individual identifier (e.g. screening number) |
N |
a data frame with the group counts (typically produced using
|
accuracy |
see details of |
total |
Logical indicating whether a total column should be created |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.