Description Usage Arguments Value Examples
This function computes the survival fraction after administering 2 units of radiation, given alpha and beta in the equation SF = exp(-alpha * D - beta * D ^ 2).
1 | computeSF2(pars)
|
pars |
parameters (alpha, beta) in equation y = exp(-alpha * x - beta * x ^ 2) |
numeric
The survival fraction
1 | computeSF2(c(0.2, 0.1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.