Description Usage Arguments Value Examples
Given a deisgn encoded with 0,1,2 this will calculate the value of the information matrix
1 | d_opt_noinv(design, reducer = FALSE)
|
design |
The encoded design matrix |
reducer |
This is used to correct for an encoded matrice with both 2-level and 3-level factors. |
Determant value
1 2 3 4 5 | ## Not run:
j <- ran_D(20, 4)
d_opt_noinv(j)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.