Learn R Programming

ffp (version 0.2.2)

half_life: Half-Life Calculation

Description

Compute the implied half-life of a decay parameter.

Usage

half_life(lambda)

Value

A single number with the half-life in days.

Arguments

lambda

A number.

See Also

exp_decay double_decay

Examples

Run this code
half_life(0.0166)
half_life(0.01)

Run the code above in your browser using DataLab