infor_design {OWEA} | R Documentation |
Generic function for information matrix.
Description
Returns a information matrix for a given design
Usage
infor_design(design, t, ...)
## Default S3 method:
infor_design(design, t)
## S3 method for class 'dropout'
infor_design(design, t, ...)
## S3 method for class 'interference'
infor_design(design, t, ...)
## S3 method for class 'proportional'
infor_design(design, t, ...)
Arguments
design |
Matrix. A design, each row is a design point with weight or repetition on the last entry. |
t |
Numeric. Number of levels of treatments. |
... |
Other control parameter to be passed to methods |
Value
An information matrix.
[Package OWEA version 0.1.2 Index]