PBtRED4 {TREDesigns} | R Documentation |
Partially Balanced Ternary Residual Effect Designs for Number of Treatments, v = 2m (m >= 4 & even)
Description
This function generates a new class of partially balanced ternary residual effect designs (PBTREDs) for the number of treatments, v = 2m; where m >= 4 & even. The number of periods, p = (v+4)/2, while the number of sequences, n = v.
Usage
PBtRED4(m)
Arguments
m |
Any even number (>= 4) |
Value
It returns a new class of PBTREDs along with its parameters, Information matrix (C), Average Variance Factor (AVF), and Canonical Efficiency Factor (CEF) for both treatment and residual effects.
Examples
library(TREDesigns)
PBtRED4(m = 4)
[Package TREDesigns version 1.0.1 Index]