Learn R Programming

libamtrack (version 0.6.3)

AT.inverse.gamma.response: AT.inverse.gamma.response

Description

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!!

Usage

AT.inverse.gamma.response( surv, alpha, beta)

Arguments

surv
Response (survival)
alpha
Alpha parameter in (1/Gy)
beta
Beta parameter in (1/Gy2)

Value

Examples

Run this code
# Compute dose for 10% survival for HSG cells
AT.inverse.gamma.response( surv = 0.1, alpha = 0.2, beta = 0.05)

Run the code above in your browser using DataLab