R/print.R
print.summary.horseshoe.Rd
Function that prints the summary of a horseshoe object
# S3 method for summary.horseshoe print(x, ...)
(summary.horseshoe) Summary of a horseshoe object.
summary.horseshoe
horseshoe
Other arguments of print.
The summary of the object.
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