computeSF2: Compute SF2

View source: R/computeSF2.R

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


bhklab/RadioGx documentation built on Oct. 6, 2023, 8:27 a.m.