combineOutputs: A function to compile assignments from multiple iterations of...

Description Usage Arguments Value Examples

View source: R/combineOutputs.R

Description

A function to compile assignments from multiple iterations of 'incomplete.block.design()'

Usage

1
combineOutputs(reviewers, assignments1, assignments2)

Arguments

reviewers

A data.frame() with columns 'Name' ("Lastname, Firstname"), 'Email', and 'type' (type indicates "Student" or "Faculty")

assignments1

A matrix (as generated by 'getAssignments()') containing applicant assignments for one reviewer pool (e.g. "Students")

assignments2

A matrix (as generated by 'getAssignments()') containing applicant assignments for a second reviewer pool (e.g. "Faculty")

Value

A data.frame() containing one row per reviewer and "Name", "Email" and "type" columns that indicate reviewer identity, and then "Applicant-1" through "Applicant-i" columns where i is the number of applicants assigned to a single reviewer as defined by 'alternatives.per.block' in 'assignReviewers()'.

Examples

1
2
3
4
5
6
## Not run: 
complete.design = combineOutputs(reviewers = reviewers,
assignments1 = s.des.names,
assignments2 = f.des.names)

## End(Not run)

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