classify: Calculate Classification Statistics

Description Usage Arguments Value

View source: R/classify.R

Description

Internal function to calculate classification statistics.

Usage

1
classify(cssd, expected, bnds, cats, lbls=NULL)

Arguments

cssd

Conditional Summed Score Distribution

expected

Numeric vector of Expected Scores

bnds

Numeric vector of grade boundaries, specified in ascending order, including the minimum and maximum mark on the test.

cats

Numeric vector of item categories.

lbls

Character vector of grade labels. Optional.

Value

List of classification statistics:
Candidate level accuracy
Candidate level false negatives
Candidate level false positives
Summary of consistency
Matrix of grade probability combinations
Kappa
Candidate level classification consistency
Summary of accuracy by grade
Summary of false positives by grade
Summary of false negatives by grade
Summary of consistency by grade


classify documentation built on May 29, 2017, 7:49 p.m.