Learn R Programming

TREDesigns (version 1.0.1)

Study_RED: Studying Properties of Ternary Residual Effect Designs

Description

To study the properties of any given ternary residual effect design.

Usage

Study_RED(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.

Arguments

design

Provide a ternary residual effect design

Examples

Run this code
library(TREDesigns)
design=PBtRED3(v = 5)$PBTRED
Study_RED(design)

Run the code above in your browser using DataLab