design_to_N: block design to treatment by block incidence matrix

Description Usage Arguments Value Author(s) Examples

Description

This function generates treatment by block incidence matrix from a given block design

Usage

1
design_to_N(design)

Arguments

design

design

Value

N

A treatment by block incidence matrix of order v by b with elements as 0 and 1 where v is the number of treatments and b is the number of blocks

Author(s)

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

Examples

1
2
d=matrix(c(1,4,6,5,6,7,3,4,5,2,4,7,1,3,7,2,3,6,1,2,5),nrow=7,byrow=TRUE)
design_to_N(d)

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

Related to design_to_N in ibd...