assignReviewers: A function to generate an incomplete block experimental...

Description Usage Arguments Value Examples

View source: R/assignReviewers.R

Description

A function to generate an incomplete block experimental design that pairs applicants with reviewers

Usage

1
2
3
4
5
6
7
assignReviewers(
  number.alternatives,
  number.blocks,
  alternatives.per.block = 14,
  n.repeats = 1,
  nReps = 300
)

Arguments

number.alternatives

Number of applicants

number.blocks

Number of reviewers

alternatives.per.block

The desired number of applicants that will be assigned to each reviewer (default = 14)

n.repeats

Number of times algDesign::optBlock() is repeated (default = 1)

nReps

Number of replicates performed within algDesign::optBlock (default = 300)

Value

A list with 6 components, one of which is the "design." The design has two components, blockID, which refers to row number of that reviewer in the source data, and alternative, which referes to the number of applicants to be reviewed.

Examples

1
2
3
4
5
6
7
## Not run: 

sample.design <- assignReviewers(number.alternatives = n.applics, 
                                 number.blocks = n.sr)


## End(Not run)

ggeDCAA/ggeAdmit documentation built on Jan. 18, 2022, 9:02 p.m.