Skip to contents

LLMR::report() for a protocol_validation assembles the report from the validation, gold set, and locked protocol. The validation object stores scores but not the latter two objects, 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 report construction.

Value

A coding_report object.