Learn R Programming

replicateBE (version 1.1.3)

TRR.RTT: Reference Dataset for TRR|RTT Replicate Designs

Description

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

Usage

rds10

Arguments

Format

  • Reference Dataset 10 18 subjects. Balanced (nine subjects in both sequences) and complete. No outliers. A data frame with 54 observations on the following 5 variables:

    rds10

    subject a factor with 18 levels: 1, 2, …, 18
    period a factor with 3 levels: 1, 2, 3
    sequence a factor with 2 levels: TRR, RTT
    treatment a factor with 2 levels: T, R

Details

Dataset N (%) Evaluation

References

Chow SC, Liu JP. Design and Analysis of Bioavailability and Bioequivalence Studies. Boca Raton: CRC Press; 3 edition 2009. p275.

Examples

Run this code
# NOT RUN {
str(rds10)
row <- c(1:3, 28:30)
rds10[row, ]
summary(rds10[2:5])
# }

Run the code above in your browser using DataLab