computeSF2 {RadioGx}R Documentation

Compute SF2

Description

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).

Usage

computeSF2(pars)

Arguments

pars

parameters (alpha, beta) in equation y = exp(-alpha * x - beta * x ^ 2)

Value

numeric The survival fraction

Examples

computeSF2(c(0.2, 0.1))


[Package RadioGx version 1.3.0 Index]