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

Description Usage Arguments Value Examples

View source: R/AT.inverse.gamma.response.R

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

1

Arguments

surv

Response (survival)

alpha

Alpha parameter in (1/Gy)

beta

Beta parameter in (1/Gy2)

Value

Dose in Gy

Examples

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

libamtrack documentation built on May 2, 2019, 4:55 p.m.