Description Usage Arguments Value Examples
Calculate error rates and avg question difficulty for each participant
1 | error_rate_analysis(fbi_bb_data, q_diff)
|
fbi_bb_data |
Dataset of the form of TestResponses |
q_diff |
Question difficulty (from IRT analysis) |
Data frame of avg difficulty, percent of items skipped, FPR, FNR, one row for each participant
1 2 3 4 | ## Not run:
error_rate_analysis(TestResponses, question_difficulties)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.