Learn R Programming

RadioGx (version 0.0.2)

computeD10: Compute D10

Description

This function computes the radiation dose at which only 10

Usage

computeD10(pars)

Arguments

pars

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

Details

The units of the returned dose are the inverses of the units of the alpha and beta passed in.

Examples

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

Run the code above in your browser using DataLab