Learn R Programming

ibd (version 1.6)

D_eff: D-efficiency of a Binary Incomplete Block Design

Description

Computes lower bound to D-efficiency of a binary incomplete block design

Usage

D_eff(N)

Value

Deff

lower bound to D-efficiency

Arguments

N

treatment by block incidence matrix

Author

Baidya Nath Mandal <mandal.stat@gmail.com>

Examples

Run this code
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)

Run the code above in your browser using DataLab