getrow3: Get a particular row of incidence matrix

View source: R/Aoptbdtvc.R

getrow3R Documentation

Get a particular row of incidence matrix

Description

This function returns a particular row of incidence matrix with specified properties.

Usage

getrow3(v1,v2,b,k,r,r0,lambda1,lambda2,lambda12,N1,T,rownum,relaxed)

Arguments

v1

number of test treatments

v2

number of controls

b

number of blocks

k

block size

r

number of replications of the test treatments

r0

number of replications of the control

lambda1

number of concurrences of two test treatments

lambda2

number of concurrences between two control treatments

lambda12

number of concurrences between a test and a control treatment

N1

Incidence matrix obtained till the previous row

T

Tabu list of deleted rows

rownum

the row number being obtained

relaxed

are the constraints being relaxed? TRUE or FALSE

Value

return the desired row of the incidence matrix

Author(s)

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


Aoptbdtvc documentation built on May 29, 2024, 9:09 a.m.

Related to getrow3 in Aoptbdtvc...