percent2probs: Converts percentage to perobabilities

View source: R/4_internal_functions.R

percent2probsR Documentation

Converts percentage to perobabilities

Description

Converts percentage to perobabilities

Usage

percent2probs(percent)

Arguments

percent

percentage (number grom 1 to 100)

Value

Range of probabilities (two numbers) that are nearest to 0.5.

Examples

percent2probs(100)
percent2probs(50)


GegznaV/spHelper documentation built on April 16, 2023, 1:42 p.m.