Description Usage Arguments Value Examples
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!!
1 | 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
1 2 | # Compute dose for 10% survival for HSG cells
AT.inverse.gamma.response( surv = 0.1, alpha = 0.2, beta = 0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.