getAssignments: Functions to identify reviewer-applicant pairs from...

Description Usage Arguments Value Examples

View source: R/getAssignments.R

Description

Functions to identify reviewer-applicant pairs from incomplete block design

Usage

1
getAssignments(x, appNames)

Arguments

x

A design generated by 'assignReviewers()'

appNames

A vector of applicant names

Value

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()'.

Examples

1
2
3
4
5
## Not run: 
s.des.names = getAssignments(x = student.design,
                             appNames = applicantNames)

## End(Not run)

ggeDCAA/ggeAdmit documentation built on Jan. 18, 2022, 9:02 p.m.