too_small {spdesign} | R Documentation |
Check if the design is too small
Description
Uses the formula of T * (J - 1) to check if the design is large enough to identify the parameters of the utility function.
Usage
too_small(x, rows)
Arguments
x |
A list of utility expressions |
rows |
The number of rows in the design |
Value
A boolean equal to 'TRUE' if the design is too small
[Package spdesign version 0.0.4 Index]