NPBBBD_Aeff {NPBBBDAefficiency}R Documentation

A-Efficiency for Nested Partially Balanced Bipartite Block (NPBBB) Designs

Description

This function calculates the A-efficiency values for the block and sub-block structures of a given NPBBB design

Usage

NPBBBD_Aeff(bd, sbd, v1, v2)

Arguments

bd

Block design (ignoring sub-blocks) in matrix form considering rows as blocks

sbd

Sub-block design (ignoring blocks) in matrix form considering rows as blocks

v1

Number of test treatments

v2

Number of control treatments

Value

The output includes:

References

Vinayaka, Parsad R, Mandal BN, Dash S, LN Vinaykumar, Kumar M, Singh DR (2023) <doi:10.1080/03610926.2023.2251623>

Examples

## Not run:
library(NPBBBDAefficiency)
NPBBBD_Aeff(matrix(c(1, 2, 3, 4), nrow = 2, byrow = TRUE),
            matrix(c(1, 2, 3, 4), nrow = 2, byrow = TRUE),
            v1 = 2, v2 = 2)
## End(Not run)

[Package NPBBBDAefficiency version 0.1.0 Index]