subgroups {bonsaiforest} | R Documentation |
Subgroup Treatment Effect
Description
Function to obtain the estimated treatment effect in each one of the considered subgroups.
Usage
subgroups(object, est_coef, h0 = NULL, gamma = 1)
Arguments
object |
( |
est_coef |
( |
h0 |
( |
gamma |
( |
Value
data.frame
with the subgroup names and with the estimated subgroup
treatment effects.
Examples
subgroups(
elastic_net_fit_surv, elastic_net_surv$est_coef,
elastic_net_surv$h0
)
[Package bonsaiforest version 0.1.0 Index]