Learn R Programming

c212 (version 0.98)

c212.plot.eot.data: Plot Adverse Event Incidence Data

Description

This function plots a graph of the total adverse event incidence counts by body-system and by individual adverse event for end of trial data.

Usage

c212.plot.eot.data(trial.data, legend = TRUE, interactive = FALSE,
		cex = 0.5)

Arguments

trial.data

A file or data frame containing the trial data. The data frame must contain the columns B (body-system), AE (adverse event), Group (1 - control, 2 treatment), Count (total number of events), Total (total number of participants).

legend

Boolean. If TRUE print a legend.

interactive

Boolean. If TRUE allow the user to identify individual adverse events on the individual adverse events graph.

cex

Font size of the labels on the Adverse Event counts graph.

Value

Nothing is returned.

Details

Two graphs are displayed on the same panel. The top graph is of AE Incidence Counts by Body-System. The lower graphs is of the Individual AE Incidence Counts.

Examples

Run this code
# NOT RUN {
data(c212.trial.data)
c212.plot.eot.data(c212.trial.data)
# }

Run the code above in your browser using DataLab