TRR.RTR.RRT {replicateBE}R Documentation

Reference Datasets for TRR|RTR|RRT (partial) Replicate Designs

Description

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

Format

Details

Dataset N CVwR (%) Evaluation
rds02 24 <30 method.A(), method.B(), ABE()
rds04 51 >30 method.A(), method.B()
rds07 360 >30 method.A(), method.B()
rds30 14 <30 method.A(), method.B(), ABE()

Note

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

Author(s)

Helmut Schütz (R-code for simulations by Detlew Labes)

Source

Dataset Origin Description
rds02 EMA Annex III.
rds04 Patterson & Jones Cmax data of Table II.
rds07 R Large simulated data set with homoscedasticity.
rds30 R Simulated with heteroscedasticity; imbalanced and incomplete.

References

European Medicines Agency. London, 21 September 2016. Annex I, Annex III.

Patterson SD, Jones B. Viewpoint: observations on scaled average bioequivalence. Pharm Stat. 2012; 11(1): 1–7. doi:10.1002/pst.498

Examples

str(rds02)
row <- c(10:12, 1:3, 16:18)
rds02[row, ]
summary(rds02[2:6])

[Package replicateBE version 1.1.3 Index]