Skip to contents

A compact account of an agent_experiment() result: a header with the cell and failure counts, then a per-condition breakdown over the design columns (every column that is not result, error, duration, or rep), reporting each condition's cell count and failures.

Usage

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

Arguments

x

An agent_experiment() result (a tibble of class agent_experiment).

...

Unused.

Value

An object of class agent_report (a character vector with a print method).