Learn R Programming

ibd (version 1.5)

ibdgen: Generate a treatment by block incidence matrix for given v,b,k, and concurrence matrix

Description

This function generate an incidence matrix for given v,b,k and concurrence matrix

Usage

ibdgen(v,b,k,NNPo,ntrial,pbar)

Value

returns a v by b incidence matrix or a text that design was not found

Arguments

v

number of treatments

b

number of blocks

k

block size

NNPo

specified concurrence matrix

ntrial

number of trials, default is 5

pbar

logical, progress bar to be displayed. Default is FALSE

Author

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