Learn R Programming

replicateBE (version 1.1.3)

TRT.RTR: Reference Datasets for TRT|RTR Replicate Designs

Description

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

Arguments

Format

  • Reference dataset 03 Based on rds01. Removed all data of period 4. 77 subjects. Unbalanced (39 subjects in sequence TRT and 38 in RTR) and incomplete (six missings in sequence TRT and two in RTR). Missings / period: 0/1, 1/2, 7/3. Two outliers (subjects 45 and 52) in sequence RTR. A data frame with 223 observations on the following 6 variables:

    rds03

    subject a factor with 77 levels: 1, 2, …, 78
    period a factor with 3 levels: 1, 2, 3
    sequence a factor with 2 levels: TRT, RTR
    treatment a factor with 2 levels: T, R

  • Reference dataset 17 Based on rds03. 19 subjects. Unbalanced (seven subjects in sequence TRT and twelve in RTR) and incomplete (one missing in sequence TRT). Missings / period: 0/1, 0/2, 1/3. One outlier (subject 18) in sequence RTR. A data frame with 56 observations on the following 6 variables:

    rds17

    subject a factor with 19 levels: 1, 2, …, 22
    period a factor with 3 levels: 1, 2, 3
    sequence a factor with 2 levels: TRT, RTR
    treatment a factor with 2 levels: T, R

Details

Dataset N (%) Evaluation
rds03 77 >30 method.A(), method.B()

Examples

Run this code
# NOT RUN {
head(rds03, 6)
summary(rds03[2:5])
# }

Run the code above in your browser using DataLab