Learn R Programming

ibd (version 1.6)

is.vb: Variance Balancedness of a Binary Incomplete Block Design

Description

Checks whether an incomplete block design is variance balanced or not. Treatment by block incidence matrix of the design is to be supplied as input to the function. If the design is variance balanced, it returns a value of 1 else it returns 0.

Usage

is.vb(N)

Value

vb

variance balanced

Arguments

N

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)
is.vb(N)

Run the code above in your browser using DataLab