Skip to contents

Function that prints the summary of a horseshoe object

Usage

# S3 method for summary.horseshoe
print(x, ...)

Arguments

x

(summary.horseshoe)
Summary of a horseshoe object.

...

Other arguments of print.

Value

The summary of the object.

Examples

print(summary(horseshoe_fit_bin))
#>   subgroup trt.estimate    trt.low   trt.high
#> 1     x_1a   -0.4686304 -0.7380710 -0.1427408
#> 2     x_1b   -0.4826893 -0.7648132 -0.1354808
#> 3     x_2a   -0.4723894 -0.7693384 -0.1718068
#> 4     x_2b   -0.4661806 -0.7565110 -0.1497500