Calculates confidence intervals and bias-corrected estimates for bootstrap results.
get_dfRes(
Hobs,
seHobs,
H1_adj,
H2_adj = NULL,
ystar,
cov_method = "standard",
cov_trim = 0,
est.scale = "hr",
est.loghr = TRUE
)Data.table with confidence intervals and estimates.
Numeric. Observed estimate.
Numeric. Standard error of observed estimate.
Numeric. Bias-corrected estimate 1.
Numeric. Bias-corrected estimate 2 (optional).
Matrix of bootstrap samples.
Character. Covariance method ("standard" or "nocorrect").
Numeric. Trimming proportion for covariance (default: 0.0).
Character. "hr" or "1/hr".
Logical. Is estimate on log(HR) scale?