D_eff: D-efficiency of a binary incomplete block design

Description Usage Arguments Value Author(s) Examples

Description

This function computes lower bound to D-efficiency of a binary incomplete block design. Treatment by block incidence matrix of the design is to be supplied as input to the function.

Usage

1
D_eff(N)

Arguments

N

treatment by block incidence matrix

Value

Deff

Lower bound to D-efficiency

Author(s)

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

Examples

1
2
3
N=matrix(c(1,0,0,0,1,0,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0,1,1,1,0,0,0,1,0,0
,1,0,1,1,0,0),nrow=7,byrow=TRUE)
D_eff(N)

Example output

Warning message:
no DISPLAY variable so Tk is not available 
[1] 0.9999999

ibd documentation built on May 2, 2019, 6:52 a.m.

Related to D_eff in ibd...