dummy_names {spdesign} | R Documentation |
Find the position of the dummy coded attributes
Description
The function will find the position of the dummy coded attributes in the candidate set (in the case of the Modified Federov or Random algorithms) or the design candidate (in the case of the RSC algorithm). This will let us know which columns to coerce to factors prior to defining x_j.
Usage
dummy_names(x)
Arguments
x |
An object of class utility |
Value
A boolean vector matching the expanded utility expression
[Package spdesign version 0.0.4 Index]