genExamAnswers: Simulate exam test answers

Description Usage Arguments Value

View source: R/genExamAnswers.R

Description

Simulates answers for a test, given the true item parameters (2PL model) as well as the examinee skills per test.

Usage

1
genExamAnswers(true.item.parms, true.skills, join.anchors = FALSE)

Arguments

true.item.parms

true item parameters per form

true.skills

true examinee skill per form

join.anchors

join answers for anchor items on each test?

Value

List of size equal to the number of forms. Each element of the list contains a matrix of dichotomic answers (right or wrong) per examinee and item.


simExam documentation built on Aug. 2, 2019, 5:05 p.m.