summarizeConflicts: A function to identify where conflicts of interest exist

Description Usage Arguments Value Examples

View source: R/summarizeConflicts.R

Description

A function to identify where conflicts of interest exist

Usage

1
summarizeConflicts(COIs, ASSIGNs)

Arguments

COIs

A data.frame() containing conflicts of interest with columns for applicant's "Name" (format "Lastname, Firstname") and "Faculty.Member.1" through "Faculty.Member.6"

ASSIGNs

The complete reviewer assignments dataset (as generated by combineOutputs)

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.