summary.horseshoe {bonsaiforest} | R Documentation |
Summary Horseshoe Function
Description
Function to obtain the estimated subgroup treatment effects from a horseshoe
model and a credible interval for them.
Usage
## S3 method for class 'horseshoe'
summary(object, conf = 0.95, gamma = 1, l = NULL, m = 50, ...)
Arguments
object |
( |
conf |
( |
gamma |
( |
l |
( |
m |
( |
... |
Arguments of summary. |
Value
Object of class summary.horseshoe
which is a list
with the
approximated posterior distribution of the treatment
effects, a data.frame
with the estimated subgroup treatment effect
(with the median) and the bounds of the credible intervals, the resptype
and the confidence level.
Examples
summary(horseshoe_fit_bin)