Returns a list with the following components:
estoptthe estimated optimism for either the treatment effect size (biasd) or the
raw treatment mean difference (biasdif).
lia data frame with leaf information output similar to the leaf information output
of the (pruned) QUINT tree object. An extra column is added for the bias-corrected
differences in treatment outcomes (d or diff). The bias-corrected values are only computed
for the leaves with the most extreme values, i.e. the largest and smallest treatment effects.
Hence, the other leaves get the value NA in this column.
optda matrix with computed estimated optimism of the treatment effect size per
bootstrapp tree. The first column contains the difference between the largest and smallest
effect size of the bootstrapped tree. The second column contains the difference between the
largest and smallest predicted effect size. Returned when allresults
is set to TRUE and
crit='es'
is specified in the QUINT object.
optdifa matrix with computed estimated optimism of the raw mean difference bootstrapped tree.
The first column contains the difference between the largest and smallest raw mean difference of
the bootstrapped tree. The second column contains the difference between the
largest and smallest predicted raw mean difference. Returned when allresults
is set to
TRUE and crit='es'
is specified in the QUINT object.
resultda vector with the estimated overall mean optimism, the mean bias for the smallest
and for the largest effect size. Returned when allresults
is set to
TRUE and crit="es"
.
resultdifa vector with the estimated overall mean optimism, the mean bias for the smallest and
largest raw mean difference. Returned when allresults
is set to TRUE and crit="dm"
.