Study_RED {TREDesigns} | R Documentation |
Studying Properties of Ternary Residual Effect Designs
Description
To study the properties of any given ternary residual effect design.
Usage
Study_RED(design)
Arguments
design |
Provide a ternary residual effect design |
Value
It returns Information matrix (C), Average Variance Factor (AVF), and Canonical Efficiency Factor (CEF) for both treatment and residual effects for a given ternary residual design.
Examples
library(TREDesigns)
design=PBtRED3(v = 5)$PBTRED
Study_RED(design)
[Package TREDesigns version 1.0.1 Index]