TR.RT.TT.RR {replicateBE}R Documentation

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

Description

Dataset for Balaam’s design obtained by simulations to be evaluated by method.A(), method.B().

Usage

rds27

Format

Details

Dataset N CVwR (%) Evaluation
rds27 312 >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 "RR", "RT", "TR", "TT" 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
rds27 R Simulated with CVwT = CVwR = 35%, CVbT = CVbR = 75%, GMR 0.90.

Examples

str(rds27)
row <- c(1:2, 157:158, 313:314, 469:470)
rds27[row, ]
summary(rds27[2:5])

[Package replicateBE version 1.1.3 Index]