pnbbd1 {NBBDesigns}R Documentation

PNBB Design of Type 1 (PNBBD 1)

Description

A block design with neighbour effects is said to be partially neighbour balanced based on m-class association scheme if two treatments 'Theta' and 'Phi' that are mutually u-th associates (u = 1, 2,…, m) appear as neighbours (left and right) 'Mu'_1u times. For this class of design 'Mu'_11=1 and 'Mu'_12=0. The number of first associates is (v/2) and number of second associates is (v/2 -1). When v is a power of 2, the function will generate a class of partially neighbour balanced block designs. It also gives the parameters of the design, information matrix for estimating the contrast pertaining to direct and neighbour effects (both left and right) of the treatments.

Usage

pnbbd1(v)

Arguments

v

Number of treatments (v), v>4 should be of the form v=s^2. For example v= 8, 9…..

Note

Here v should be greater than 4 i.e v>4.

References

Azais, J.M., Bailey, R.A. and Monod, H. (1993)<DOI: 10.2307/2532269>."A catalogue of efficient neighbour designs with border plots".

Examples

library(NBBDesigns)
pnbbd1(8)

[Package NBBDesigns version 1.1.0 Index]