PBIBD2 {ResPBIBD} | R Documentation |
Affine resolvable PBIB designs
Description
This function generates a new series of affine resolvable Partially Balanced Incomplete Block Designs (PBIBDs) and its parameters (v, b1, b2, r, k1, k2), canonical efficiency factors, variance factor between associates and average variance factors.
Usage
PBIBD2(v, s, p, q)
Arguments
v |
Total number of treatments |
s |
Positive integer (>=2) |
p |
Positive integer (>=2) |
q |
Positive integer (>=2) |
Value
This function generates a PBIB design and its parameters, variance factors and efficiency factor.
Examples
library(ResPBIBD)
PBIBD2(12, 2, 3, 2)
[Package ResPBIBD version 0.1.0 Index]