c212.plot.interim.data.rd {c212} | R Documentation |
Plot Adverse Event Count Data for a Body-system by Interval
Description
Plot adverse event interval data for a body-system.
Usage
c212.plot.interim.data(trial.data, body_sys, cex = 0.8, title = NULL)
Arguments
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. |
Details
This function plots a graph of the count of adverse events which have occurred in an interval for a particular body-system by interval.
Value
Nothing is returned.
Author(s)
R. Carragher
Examples
## Not run:
data(c212.trial.interval.data1)
c212.plot.interim.data(c212.trial.interval.data1, "Bdy-sys_3")
## End(Not run)
[Package c212 version 0.98 Index]