calculate_v_from_blocks: Calculate V from Blocks

View source: R/calculate_v_from_blocks.R

calculate_v_from_blocksR 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


skpr documentation built on May 29, 2024, 5:06 a.m.