PBtD {PBtDesigns}R Documentation

Partially Balanced t-Designs (PBtDesigns)

Description

This package contains functions named PBtD() for generating partially balanced t-designs along with their parameters, information matrices, average variance factors and canonical efficiency factors.

Usage

PBtD(v, Series)

Arguments

v

Number of treatments

Series

Series of Partially Balanced t-Designs

Value

Three series are given for generating of partially balanced t-designs namely Series 1, Series 2 and Series 3.

Series 1 are designs having equal block sizes and with treatment structure 4(t + 1).

Series 2 are designs having equal block sizes and with treatment as a prime number.

Series 3 consists of designs with unequal block sizes and with treatment structure n(n-1)/2.

This function generates partially balanced t-designs along with their parameters, information matrices, average variance factors and canonical efficiency factors.

References

1) Karmakar, S., Varghese, C., Jaggi, S. & Harun, M. (2021)< DOI:10.1080/03610918.2021.2008436>. " Partially Balanced t-designs ".

2) Raghavarao, D. & Zhou, B. (1998)<https://doi.org/10.1080/03610929808832657> " Universal optimality of UE 3-designs for a competing effects model ".

3) Karmakar, S., Varghese, C., Jaggi, S. & Harun, M. (2022)." Partially Balanced t-designs with unequal block sizes ".

Examples

library(PBtDesigns)
PBtD(7,2)

[Package PBtDesigns version 1.0.0 Index]