View source: R/select_greedy.R
select.greedy | R Documentation |
select blocks based on greedy algorithm
select.greedy(
infos,
FUN,
traits.grid,
K,
K.start,
K.final,
maximize = F,
weights.grid = NULL,
constraint.list = NULL,
...
)
infos |
block information as returned from calc.block.info() |
FUN |
function to summarize block information |
traits.grid |
matrix, traits info was computed for |
K |
integer, number of blocks in pool |
K.start |
integer, number of blocks in initial questionnaires. It is assumed that these are the first K.start blocks. |
K.final |
integer, number of blocks in final questionnaire |
numeric vector of indices of selected blocks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.