bar_chart {adepro} | R Documentation |
bar_chart - creates barchart of AEs for all patient
Description
Creates bar charts daily and total for all patients separately according to treatment (R Package required: 'dplyr')
Usage
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
)
Arguments
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 |
[Package adepro version 4.2.7 Index]