Description Usage Arguments Value Examples
View source: R/combineOutputs.R
A function to compile assignments from multiple iterations of 'incomplete.block.design()'
1 | combineOutputs(reviewers, assignments1, assignments2)
|
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") |
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()'.
1 2 3 4 5 6 | ## Not run:
complete.design = combineOutputs(reviewers = reviewers,
assignments1 = s.des.names,
assignments2 = f.des.names)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.