neuropsychology (version 0.5.0)

odds_to_probs: Odds to probabilities transformation.

Description

STransform odds or log odds to probabilities.

Usage

odds_to_probs(odds, log=TRUE)

Arguments

odds
The odds.
log
Are these log odds?

Examples

Run this code
require(neuropsychology)

odds_to_probs(0.46)

Run the code above in your browser using DataCamp Workspace