Description Usage Arguments Value Examples
View source: R/summarizeConflicts.R
A function to identify where conflicts of interest exist
1 | summarizeConflicts(COIs, ASSIGNs)
|
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) |
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.