D_eff: D-efficiency of a Binary Incomplete Block Design

View source: R/ibd.R

D_effR Documentation

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)

Arguments

N

treatment by block incidence matrix

Value

Deff

lower bound to D-efficiency

Author(s)

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

Examples

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)

ibd documentation built on May 29, 2024, 12:11 p.m.

Related to D_eff in ibd...