SCGRC_III {GRCdesigns} | R Documentation |
Structurally Complete Generalized Row Column Designs of Series-III
Description
The resulting design is a GRC designs with v (prime number) treatments in p = 2 rows, q = v(v-1) /2 columns and each cell of size k (2 <= k <= v-1).
Usage
SCGRC_III(v, k)
Arguments
v |
Prime number(>3) |
k |
Number of units per cell |
Value
This function generates structurally complete GRC designs for prime number of treatment as well as the information matrix for estimating elementary treatment contrast.
References
1) Datta, A., Jaggi, S., Varghese, C. and Varghese, E. (2014). Structurally incomplete row-column designs with multiple units per cell. Statistics and Applications, 12(1&2), 71-79.
2)Datta, A., Jaggi, S., Varghese, C. and Varghese, E. (2015). Some series of row-column designs with multiple units per cell. Calcutta Statistical Association Bulletin, 67, ( 265-266), 89-99.
3)Datta, A., Jaggi, S., Varghese, C. and Varghese, E. (2016). Series of incomplete row-column designs with two units per cell. Advances in Methodology and Statistics. 13(1), 17-25.
Examples
library(GRCdesigns)
SCGRC_III(7,2)