Learn R Programming

BE (version 0.2.4)

plot2x2: Plot bioequivalence variable of a 2x2 study

Description

It plots two 2x2 plots for a variable.

Usage

plot2x2(bedata, Var)

Value

It just draws two 2x2 plots for equivalence exploration.

Arguments

bedata

Data table name. This should have at least the following columns and a variable column to be plotted.

  
 GRP : Group or Sequence, 'RT' or 'TR'
 PRD : Period, 1 or 2
 SUBJ : Subject ID
 TRT : Treatment or Drug, 'R' or 'T'

Var

Variable to be plotted. This should be one of the column names in bedata table.

Author

Kyun-Seop Bae <k@acr.kr>

Details

It plots Var column values according to GRP, PRD, TRT.

Examples

Run this code
plot2x2(NCAResult4BE, "AUClast")
plot2x2(NCAResult4BE, "Cmax")
plot2x2(NCAResult4BE, "Tmax")

Run the code above in your browser using DataLab