A_eff_tc {ibd}R Documentation

A-efficiency of incomplete block design for test vs control(s) comparisons

Description

This function computes lower bound to A-efficiency of incomplete block design for test vs control(s) comparisons

Usage

A_eff_tc(N,v1,v2,b,k)

Arguments

N

incidence matrix

v1

number of test treatments

v2

number of control treatments

b

number of blocks

k

block size

Value

Aeff

A-efficiency of the design

Author(s)

B N Mandal <mandal.stat@gmail.com>

Examples

N=matrix(c(1,1,0,0,0,0,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,1,1,1),nrow=5,byrow=TRUE)
A_eff_tc(N,4,1,5,3)

[Package ibd version 1.2 Index]