d_opt: Determinant of Inverse of Info. Matrix

Description Usage Arguments Value Examples

View source: R/d_opt.R

Description

Given a deisgn encoded with 0,1,2 this will calculate the value of the inverse information matrix

Usage

1
d_opt(design)

Arguments

design

The encoded design matrix

Value

Determant value

Examples

1
2
3
4
5
## Not run: 
j <- ran_D(20, 4)
d_opt(j)

## End(Not run)

vinny-paris/optrotvec documentation built on April 9, 2021, 4:34 a.m.