coef.p2pass: extract equating information

View source: R/equating.R

coef.p2passR Documentation

extract equating information

Description

extract equating information

Usage

## S3 method for class 'p2pass'
coef(object, ...)

Arguments

object

an p2pass object, generated by probability_to_pass

...

further arguments are currently ignored

Value

A data.frame with columns:

booklet_id

id of the target booklet

score_new

score on the target booklet

probability_to_pass

probability to pass on the reference test given score_new

true_positive

proportion that correctly passes

sensitivity

The proportion of positives that are correctly identified as such

specificity

The proportion of negatives that are correctly identified as such

proportion

proportion in sample with score_new


dexter documentation built on Nov. 10, 2022, 5:15 p.m.