Skip to contents

Prints the final trial summary and reports how many interim looks were completed for a goldilocks_trial object returned by survival_adapt().

Usage

# S3 method for class 'goldilocks_trial'
print(x, ...)

Arguments

x

A goldilocks_trial result returned by survival_adapt() when return_trace = TRUE.

...

Additional arguments passed to base::print.data.frame() when printing the final trial summary.

Value

The input object, invisibly.