TRRT.RTTR {replicateBE}R Documentation

Reference Datasets for TRRT|RTTR Replicate Designs

Description

Datasets from the public domain to be evaluated by method.A(), method.B(), or ABE().

Format

Details

Dataset N CVwR (%) Evaluation
rds05 26 <30 method.A(), method.B(), ABE()
rds11 37 >30 method.A(), method.B()
rds16 38 >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 "RTTR", "TRRT" and treatment as "R", "T". In BE – by convention – sequences are ordered with T first. The package follows this convention.

Source

Dataset Origin Description
rds05 Shumaker & Metzler Cmax data given in the Appendix.
rds11 Hauschke et al. Cmax data given in Table 9.6.
rds16 FDA, CDER Cmax data of Drug 14a.

References

Shumaker RC, Metzler CM. The Phenytoin Trial is a Case Study of ‘Individual’ Bioequivalence. Drug Inf J. 1998; 32(4): 1063–72. doi:10.1177/009286159803200426

Hauschke D, Steinijans VW, Pigeot I. Bioequivalence Studies in Drug Development. Chichester: John Wiley; 2007. p216.

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(rds05)
summary(rds05[2:5])
head(rds11, 8)

[Package replicateBE version 1.1.3 Index]