bar_chart | R Documentation |
Creates bar charts daily and total for all patients separately according to treatment (R Package required: 'dplyr')
bar_chart(
ae_data = ae,
patients = patient,
day = day_slider,
variables = vars,
day_max = day_mx,
count_max = count_mx,
treatments = treatments,
cex.n = 2
)
ae_data |
Adverse event dataset |
patients |
Patient dataset |
day |
The study day of interest |
variables |
Vector of Adverse events |
day_max |
Maximum Day |
count_max |
Maximum Counts |
cex.n |
Font size of the text in the bars |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.