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_trialresult returned bysurvival_adapt()whenreturn_trace = TRUE.- ...
Additional arguments passed to
base::print.data.frame()when printing the final trial summary.