Compact display methods for CMR result objects. These methods show the allocation, CMR certificate, method, sample size, and status without dumping nested confidence-set internals.
Usage
# S3 method for class 'cmr_two_arm'
print(x, ...)
# S3 method for class 'cmr_unbounded'
print(x, ...)
# S3 method for class 'cmr_proxy'
print(x, ...)
# S3 method for class 'cmr_multiple_outcomes'
print(x, ...)
# S3 method for class 'cmr_multiarm'
print(x, ...)
# S3 method for class 'cmr_stratified'
print(x, ...)
# S3 method for class 'cmr_two_arm'
summary(object, ...)
# S3 method for class 'cmr_unbounded'
summary(object, ...)
# S3 method for class 'cmr_proxy'
summary(object, ...)
# S3 method for class 'cmr_multiple_outcomes'
summary(object, ...)
# S3 method for class 'cmr_multiarm'
summary(object, ...)
# S3 method for class 'cmr_stratified'
summary(object, ...)
# S3 method for class 'summary.cmr_result'
print(x, ...)Value
print() methods return the original object invisibly. summary() methods
return a compact list of class summary.cmr_result.