N_to_Design: Treatment by block incidence matrix from given block design

Description Usage Arguments Value Author(s) Examples

Description

This function generates the block contents from a given treatment by block incidence matrix

Usage

1

Arguments

N

treatment by block incidence matrix

Value

design

A matrix with number of rows equal to number of blocks and number of columns equal to block size. Constant block size is assumed. Treatments are numbered as 1, 2, ..., v

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)
N_to_design(N)

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

Related to N_to_Design in ibd...