Description Usage Arguments Value Examples
View source: R/findConflicts.R
An intermediate function for conflicts of interest identification
1 | findConflicts(conflictsDF, assignmentsDF)
|
conflictsDF |
A data.frame() containing conflicts of interest with columns for applicant's "Name" (format "Lastname, Firstname") and "Faculty.Member.1" through "Faculty.Member.6" |
assignmentsDF |
The complete reviewer assignments dataset (as generated by combineOutputs) |
A matrix with boolean values indicating where assigned reviewer/applicant pairs constitute a conflict of interest (TRUE = a conflict of interest was detected).
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.