ccmat_LP: Concurrence Matrix for Given v, b and k

View source: R/ibd.R

ccmat_LPR Documentation

Concurrence Matrix for Given v, b and k

Description

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)

Arguments

v

number of treatments

b

number of blocks

k

block size

Value

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

Author(s)

Baidya Nath Mandal <mandal.stat@gmail.com>


ibd documentation built on May 29, 2024, 12:11 p.m.

Related to ccmat_LP in ibd...