Learn R Programming

RadioGx (version 0.0.2)

computeSF2: 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)

Examples

Run this code
# NOT RUN {
computeSF2(c(0.2, 0.1))
# }

Run the code above in your browser using DataLab