calculate_v_from_blocks {skpr} | R Documentation |
Calculate V from Blocks
Description
Calculates the V matrix from the block structure
Usage
calculate_v_from_blocks(
nrow_design,
blockgroups,
blockstructure,
varianceratios
)
Arguments
nrow_design |
The number of runs in the design |
blockgroups |
List indicating the size of each block for each layer |
blockstructure |
Matrix indicating the block structure from the rownames |
Value
Variance-Covariance Matrix
[Package skpr version 1.8.2 Index]