View source: R/calcs_estimation.R
estimate_whole_body_delta | R Documentation |
Method based on 2001 manual by the International Atomic Energy Agency (IAEA). Cytogenetic Analysis for Radiation Dose Assessment, Technical Reports Series (2001). Retrieved from https://www.iaea.org/publications/6303/cytogenetic-analysis-for-radiation-dose-assessment.
estimate_whole_body_delta(
case_data,
fit_coeffs,
fit_var_cov_mat,
conf_int = 0.95,
protracted_g_value = 1,
aberr_module = c("dicentrics", "translocations", "micronuclei")
)
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 |
aberr_module |
Aberration module. |
List containing estimated doses 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.