Learn R Programming

twig (version 1.0.0.0)

prob2rate: Convert Probability to Rate

Description

This function converts a probability to a rate using the formula -log(1 - prob).

Usage

prob2rate(prob)

Value

A numeric value representing the rate.

Arguments

prob

A numeric value representing the probability.

Examples

Run this code
prob <- 0.1
rate <- prob2rate(prob)
print(rate)

Run the code above in your browser using DataLab