Learn R Programming

goldilocks (version 1.0.0)

print.goldilocks_trial: Print a Goldilocks adaptive trial result

Description

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 goldilocks_trial
print(x, ...)

Value

The input object, invisibly.

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.