AT.inverse.gamma.response {libamtrack}R Documentation

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

Dose in Gy

Examples

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

[Package libamtrack version 0.6.4 Index]