Learn R Programming

ibd (version 1.5)

ccmat_LP: Concurrence matrix for given v, b and k

Description

This function generates the nearly balanced concurrence matrix from given number of treatments (v), number of blocks (b) and block size (k)

Usage

ccmat_LP(v,b,k)

Value

A v by v matrix is returned if a desired concurrence matrix is found, else it returns 0.

Arguments

v

Number of treatments

b

Number of blocks

k

Block size

Author

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