Delta method for approximating the standard error of a transformation \(g(X)\) of a random variable \(X = (x1, x2, ...)\), given estimates of the mean and covariance matrix of \(X\).
get_deltamethod_std_err(
fit_is_lq,
variable = c("dose", "fraction_partial", "fraction_hetero"),
mean_estimate,
cov_estimate,
protracted_g_value = NA,
d0 = NA
)Numeric value containing the standard error of the dose estimate.
Whether the fit is linear quadratic (TRUE) or linear (FALSE).
Variable resulting of the transformation \(g(X)\).
The estimated mean of \(X\).
The estimated covariance matrix of \(X\).
Protracted \(G(x)\) value.
Survival coefficient of irradiated cells.