coef.p2pass {dexter} | R Documentation |
extract equating information
Description
extract equating information
Usage
## S3 method for class 'p2pass'
coef(object, ...)
Arguments
object |
an p2pass object, generated by |
... |
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
[Package dexter version 1.5.0 Index]