Learn R Programming

replicateBE (version 1.1.3)

TR.RT.TT.RR: Reference Dataset for TR|RT|TT|RR Replicate Designs

Description

Dataset for Balaam<U+2019>s design obtained by simulations to be evaluated by method.A(), method.B().

Usage

rds27

Arguments

Format

  • Reference Dataset 27 (rds27) 312 subjects. Balanced (78 subjects in each of the four sequences) and incomplete (T of subject 111 missing in period 2 of sequence RT). No outliers. A data frame with 624 observations on the following 5 variables:

    rds27

    subject a factor with 312 levels: 1, 2, …, 18
    period a factor with 2 levels: 1, 2
    sequence a factor with 4 levels: TR, RT, TT, RR
    treatment a factor with 2 levels: T, R

Details

Dataset N (%) Evaluation

Examples

Run this code
# NOT RUN {
str(rds27)
row <- c(1:2, 157:158, 313:314, 469:470)
rds27[row, ]
summary(rds27[2:5])
# }

Run the code above in your browser using DataLab