View source: R/c212.plot.interim.data.R
c212.plot.interim.data.rd | R Documentation |
Plot adverse event interval data for a body-system.
c212.plot.interim.data(trial.data, body_sys, cex = 0.8, title = NULL)
trial.data |
A file or data frame containing the trial data. The data frame must contain the columns I_index (interval), B (body-system), AE (adverse event), Group (1 - control, 2 treatment), Count (total number of events), Exposure (total time of participants spent in the interval). |
body_sys |
The body-system for which to plot the events. |
cex |
Font size of the labels on the Adverse Event counts graph. |
title |
Main title of the graph. |
This function plots a graph of the count of adverse events which have occurred in an interval for a particular body-system by interval.
Nothing is returned.
R. Carragher
## Not run:
data(c212.trial.interval.data1)
c212.plot.interim.data(c212.trial.interval.data1, "Bdy-sys_3")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.