util_eval_variables_distinct {nlrx} | R Documentation |
Evaluate variables list of an experiment object for distinct simdesign
Description
Evaluate variables list of an experiment object for distinct simdesign
Usage
util_eval_variables_distinct(nl)
Arguments
nl |
nl object |
Details
util_eval_variables_distinct checks if the variables list of an experiment within a nl object has enough information to create a simdesign_distinct. It reports an error message if at least one variable does not have a vector of distinct values or if there is a mismatch in length of these values vectors.
[Package nlrx version 0.4.5 Index]