PBtRED1 {TREDesigns}R Documentation

Partially Balanced Ternary Residual Effect Designs for Prime Number of Treatments

Description

This function generates a class of partially balanced ternary residual effect designs (PBTREDs) for a prime number of treatments (v), where (v >= 5) with p periods, take the value (v+3)/2, and n sequences, take the value v(v-1)/2.

Usage

PBtRED1(v)

Arguments

v

Prime Number of Treatments, v ( >= 5)

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)
PBtRED1(v = 5)

[Package TREDesigns version 1.0.1 Index]