Learn R Programming

c212 (version 0.98)

c212.plot.interim.data.rd: 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.

Value

Nothing is returned.

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.

Examples

Run this code
# NOT RUN {
data(c212.trial.interval.data1)
c212.plot.interim.data(c212.trial.interval.data1, "Bdy-sys_3")
# }

Run the code above in your browser using DataLab