Description Usage Arguments Value Examples
View source: R/getAssignments.R
Functions to identify reviewer-applicant pairs from incomplete block design
1 | getAssignments(x, appNames)
|
x |
A design generated by 'assignReviewers()' |
appNames |
A vector of applicant names |
A matrix of applicant assignments. Each row corresponds with the applicants assigned to each reviewer, so the number of rows should correspond with the number of reviewers. The number of columns corresponds to the parameter 'alternatives.per.block' used in 'assignReviewers()'.
1 2 3 4 5 | ## Not run:
s.des.names = getAssignments(x = student.design,
appNames = applicantNames)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.