TRTR.RTRT.TRRT.RTTR {replicateBE}R Documentation

Reference Dataset for TRTR|RTRT|TRRT|RTTR Designs

Description

Dataset from the public domain to be evaluated by method.A() and/or method.B().

Format

Details

Dataset N CVwR (%) Evaluation
rds23 22 >30 method.A(), method.B()

Note

In software sequences and treatments are ranked in lexical order. Hence, executing str() or summary() will show sequence as "RTRT", "RTTR", "TRRT", "TRTR" and treatment as "R", "T". In BE – by convention – sequences are ordered with T first. The package follows this convention.

Source

Data set Origin Description
rds23 FDA, CDER Cmax data of Drug 7.

References

U.S. Food and Drug Administration, Center for Drug Evaluation and Research. Bioequivalence Studies. Rockville, 1997. bioequivalence study files (archived 2017-07-23)

Examples

str(rds23)
row <- c(25:28, 5:8, 9:12, 1:4)
rds23[row, ]
summary(rds23[2:5])

[Package replicateBE version 1.1.3 Index]