getDecisionVariablesOfPoolForMultipool {TestDesign} | R Documentation |
(Internal) Make decision variables for selecting a pool
Description
getDecisionVariablesOfPoolForMultipool
is an internal function for
making decision variables for selecting a single pool, for the purpose of multiple-pool assembly.
Usage
getDecisionVariablesOfPoolForMultipool(pool_idx, ni_per_bin, nv_per_bin)
Arguments
pool_idx |
the target pool index. |
ni_per_bin |
the number of items in the pool. |
nv_per_bin |
the number of decision variables in the pool if this was a regular ATA. |
Value
getDecisionVariablesOfPoolForMultipool
returns a vector of indices.
[Package TestDesign version 1.7.0 Index]