AT.inverse.gamma.response {libamtrack} | R Documentation |
Computes the inverse gamma response, i.e. the dose for a given response. !!THIS WORKS UPTONOW FOR THE LIN-QUAD-MODEL ONLY, BUT SHOULD BE DEVELOPED TO A GENERAL ROUTINE!!
AT.inverse.gamma.response( surv, alpha, beta)
surv |
Response (survival) |
alpha |
Alpha parameter in (1/Gy) |
beta |
Beta parameter in (1/Gy2) |
Dose in Gy
# Compute dose for 10% survival for HSG cells AT.inverse.gamma.response( surv = 0.1, alpha = 0.2, beta = 0.05)