createDefaultDesign {ExPosition} | R Documentation |
createDefaultDesign
Description
Creates a default design matrix, wherein all observations (i.e., row items) are in the same group.
Usage
createDefaultDesign(DATA)
Arguments
DATA |
original data that requires a design matrix |
Value
DESIGN |
a column-vector matrix to indicate that all observations are in the same group. |
Author(s)
Derek Beaton
[Package ExPosition version 2.8.23 Index]