is.connected: Connctedness of a binary incomplete block design

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1

Arguments

N

incidence matrix

Value

connected

Connctedness

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

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

Related to is.connected in ibd...