View source: R/partitioning_functions.r
getDecisionVariablesOfItemForMultipool | R Documentation |
getDecisionVariablesOfItemForMultipool
is an internal function for
making decision variables for selecting a single item, for the purpose of multiple-pool assembly.
getDecisionVariablesOfItemForMultipool(item_idx, nv_per_bin, n_bins)
item_idx |
the target item index. |
nv_per_bin |
the number of decision variables in the pool if this was a regular ATA. |
n_bins |
the number of pools being modeled. |
getDecisionVariablesOfItemForMultipool
returns a vector of indices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.