util_eval_variables_ff {nlrx} | R Documentation |
Evaluate variables list of an experiment object for full-factorial simdesign
Description
Evaluate variables list of an experiment object for full-factorial simdesign
Usage
util_eval_variables_ff(nl)
Arguments
nl |
nl object |
Details
util_eval_variables_ff checks if the variables list of an experiment within a nl object has enough information to create a simdesign_ff. It reports an error message if at least one variable does not have a defined sequence (min, max, step) or a vector of distinct values.
[Package nlrx version 0.4.5 Index]