View source: R/calcs_estimation.R
estimate_hetero_mixed_poisson | R Documentation |
Method based on the paper by Pujol, M. et al. (2016). A New Model for Biological Dose Assessment in Cases of Heterogeneous Exposures to Ionizing Radiation. Radiation Research, 185(2), 151-162. <doi:10.1667/RR14145.1>.
estimate_hetero_mixed_poisson(
case_data,
fit_coeffs,
fit_var_cov_mat,
conf_int = 0.95,
protracted_g_value = 1,
gamma,
gamma_error
)
case_data |
Case data in data frame form. |
fit_coeffs |
Fitting coefficients matrix. |
fit_var_cov_mat |
Fitting variance-covariance matrix. |
conf_int |
Confidence interval, 95% by default. |
protracted_g_value |
Protracted |
gamma |
Survival coefficient of irradiated cells. |
gamma_error |
Error of the survival coefficient of irradiated cells. |
List containing estimated mixing proportions data frame, estimated yields data
frame, estimated doses data frame, estimated fraction of irradiated blood data frame,
AIC, and conf_int_*
used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.