PBIBD3 {ResPBIBD} | R Documentation |
Resolvable PBIB designs
Description
This function generates a new series of 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
PBIBD3(v, p)
Arguments
v |
Total number of treatments |
p |
Positive integer (>=2) |
Value
This function generates a PBIB design and its parameters, variance factors and efficiency factor.
Examples
library(ResPBIBD)
PBIBD3(12, 4)
[Package ResPBIBD version 0.1.0 Index]