calculate_d_error {spdesign}R Documentation

D-error

Description

Computes the D-error of the design, which is equal to the K-root of the determinant of the variance-covariance matrix.

Usage

calculate_d_error(design_vcov)

Arguments

design_vcov

A variance-covariance matrix returned by derive_vcov or returned by an estimation routine. The matrix should be symmetrical and K-by-K

Value

A single number


[Package spdesign version 0.0.3 Index]