Description Usage Arguments Value Examples
View source: R/assignReviewers.R
A function to generate an incomplete block experimental design that pairs applicants with reviewers
1 2 3 4 5 6 7 | assignReviewers(
number.alternatives,
number.blocks,
alternatives.per.block = 14,
n.repeats = 1,
nReps = 300
)
|
number.alternatives |
Number of applicants |
number.blocks |
Number of reviewers |
alternatives.per.block |
The desired number of applicants that will be assigned to each reviewer (default = 14) |
n.repeats |
Number of times algDesign::optBlock() is repeated (default = 1) |
nReps |
Number of replicates performed within algDesign::optBlock (default = 300) |
A list with 6 components, one of which is the "design." The design has two components, blockID, which refers to row number of that reviewer in the source data, and alternative, which referes to the number of applicants to be reviewed.
1 2 3 4 5 6 7 | ## Not run:
sample.design <- assignReviewers(number.alternatives = n.applics,
number.blocks = n.sr)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.