Skip to contents

LLMR::report() for a protocol_validation delegates to coding_report(). The validation object stores scores but not the gold set or the locked protocol, so calls must pass gold = and protocol = through ....

Usage

# S3 method for class 'protocol_validation'
report(x, ...)

Arguments

x

A protocol_validation object.

...

Must include gold = and protocol =; additional arguments are forwarded to coding_report().

Value

A coding_report object.