effort_distribute(aDataFrame, dual = FALSE, reviewers,
column_name = "REVIEWERS", effort = NULL, initialize = FALSE,
save_split = FALSE, directory = getwd())
effort_initialize
. This data.frame will be
populated with screening efforts. See exampleTRUE
, distributes effort using a dual screening
design where two members will screen the same random collection of
titles/abstracts. Requires the team to have an even number of members.TRUE
, initializes the data.frame so that
efforts could be distributed, calls: effort_initialize
.
Default is FALSE
.effort_initialize
, effort_merge
,
effort_summary
data(example_references_metagear)
theTeam <- c("Christina", "Luc")
effort_distribute(example_references_metagear, initialize = TRUE, reviewers = theTeam)
Run the code above in your browser using DataLab